Test set for sys_vumap()
Located in test/kernel. Invoke "run" to run tests.
This commit is contained in:
5
test/kernel/run
Executable file
5
test/kernel/run
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
tests="sys_vumap"
|
||||
|
||||
for i in $tests; do (cd $i && ./run); done
|
||||
Reference in New Issue
Block a user