diff options
| author | 2022-07-21 02:37:22 -0400 | |
|---|---|---|
| committer | 2022-07-21 02:37:22 -0400 | |
| commit | 4a683b8f654f3ecb6f2408dad3a9cfa60f3b39e6 (patch) | |
| tree | a6c324803c18ad9a6dbcd65d54b80984d39f58d0 /tests/run.sh | |
| parent | cleanup, add ready pin to slave (diff) | |
move tests
Diffstat (limited to 'tests/run.sh')
| -rwxr-xr-x | tests/run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh new file mode 100755 index 0000000..ea99836 --- /dev/null +++ b/tests/run.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +for i in 00; do + make -f run_mode.makefile MODE="$i" +done |
