spi/tests/run.sh

6 lines
69 B
Bash
Executable File

#!/bin/sh
for i in 00; do
make -f run_mode.makefile MODE="$i"
done