cf720a028a
Located in test/kernel. Invoke "run" to run tests.
5 lines
73 B
Bash
Executable file
5 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
|
|
tests="sys_vumap"
|
|
|
|
for i in $tests; do (cd $i && ./run); done
|