This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
665198b4c2
minix
/
test
/
kernel
/
run
6 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Test set for sys_vumap() Located in test/kernel. Invoke "run" to run tests.
2012-03-18 02:07:18 +01:00
#!/bin/sh
kernel: move do_padconf and add a test case padconf is specific to arm, so it's being moved to kernel/arch/earm. Add a test case to ensure the proper error is returned on non-ARM systems. Change-Id: I07ebbe64825d59bc0ef9c818d3d54891dafb4419
2013-08-29 14:56:27 +02:00
tests="sys_padconf sys_vumap"
Test set for sys_vumap() Located in test/kernel. Invoke "run" to run tests.
2012-03-18 02:07:18 +01:00
for i in $tests; do (cd $i && ./run); done
Reference in a new issue
Copy permalink