diff options
| author | 2022-07-21 03:12:27 -0400 | |
|---|---|---|
| committer | 2022-07-21 03:12:27 -0400 | |
| commit | 65d7fe166eabe03688453a3674f95b589664d173 (patch) | |
| tree | 5749b39ef0df3b2d945285994b94f08a0f4acac3 /tests/Makefile | |
| parent | successfully test mode01, add Makefile (diff) | |
mode10
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
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 |
