aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-07-21 03:01:58 -0400
committerGravatar Peter McGoron 2022-07-21 03:01:58 -0400
commitd8b011110ad743771183ca7489401c11fe801e4f (patch)
treeb358e8698f50cc0a9de4243ef1a6bbd4d0138311 /tests/Makefile
parentadd gitignore (diff)
successfully test mode01, add Makefile
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644
index 0000000..db36b8c
--- /dev/null
+++ b/tests/Makefile
@@ -0,0 +1,7 @@
+all:
+ for i in 00 01; do \
+ make -f run_mode.makefile MODE="$$i"; \
+ done
+
+clean:
+ rm -rf obj_dir