Test set for sys_vumap()

Located in test/kernel. Invoke "run" to run tests.
This commit is contained in:
David van Moolenbroek
2012-03-18 02:07:18 +01:00
parent b91295a8d2
commit cf720a028a
8 changed files with 1551 additions and 0 deletions

5
test/kernel/run Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
tests="sys_vumap"
for i in $tests; do (cd $i && ./run); done