diff options
| author | 2022-07-21 03:14:51 -0400 | |
|---|---|---|
| committer | 2022-07-21 03:14:51 -0400 | |
| commit | ea8ae2e872989a771e13aaefa82da0950b1a492d (patch) | |
| tree | ad0446fd667024d6dcb690d1870fb1652e81fcd8 /tests/Makefile | |
| parent | mode10 (diff) | |
mode11
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 55a4e15..3101b65 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ all: - for i in 00 01 10; do \ + for i in 00 01 10 11; do \ make -f run_mode.makefile MODE="$$i"; \ done |
