summary refs log tree commit diff stats
path: root/tests/walker.bpf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/walker.bpf')
-rwxr-xr-xtests/walker.bpf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/walker.bpf b/tests/walker.bpf
new file mode 100755
index 000000000..819d6b63a
--- /dev/null
+++ b/tests/walker.bpf
@@ -0,0 +1,13 @@
+USEUNIT("twalker.c");

+USEUNIT("..\lib\morlib.c");

+USEUNIT("..\lib\os.c");

+USEUNIT("..\lib\refcgc.c");

+USEUNIT("..\lib\strutils.c");

+USEUNIT("..\lib\time.c");

+USEUNIT("..\lib\io.c");

+USEUNIT("..\lib\morbase.c");

+//---------------------------------------------------------------------------

+This file is used by the project manager only and should be treated like the project file

+

+

+main
\ No newline at end of file