aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-10-22 18:34:54 -0400
committerGravatar Peter McGoron 2022-10-22 18:34:54 -0400
commit758daa5996639447be8a8eeeaec80eb7c3032f98 (patch)
tree652f4269e26c8a624b9bd52519b12d789c9237c8 /tests/Makefile
parentv0.1 (diff)
rewrite entire test harness
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 085cd92..0000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-MODES=00 01 10 11
-
-all:
- for i in ${MODES}; do \
- make -f run_mode.makefile MODE="$$i"; \
- make -f run_mode.makefile MODE="$$i" PREFIX="read_only_" MASTER_TYPE="_no_write" SLAVE_TYPE="_no_read"; \
- done
-
-clean:
- rm -rf obj_dir mode[01][01]* read_only_mode[01][01]*