aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-07-21 03:12:27 -0400
committerGravatar Peter McGoron 2022-07-21 03:12:27 -0400
commit65d7fe166eabe03688453a3674f95b589664d173 (patch)
tree5749b39ef0df3b2d945285994b94f08a0f4acac3 /tests/Makefile
parentsuccessfully test mode01, add Makefile (diff)
mode10
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index db36b8c..55a4e15 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,5 +1,5 @@
all:
- for i in 00 01; do \
+ for i in 00 01 10; do \
make -f run_mode.makefile MODE="$$i"; \
done