This website requires JavaScript.
Explore
Help
Sign In
170010018
/
minix3
Watch
1
Star
0
Fork
You've already forked minix3
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
minix3
/
tests
/
kernel
/
run
6 lines
85 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
tests
=
"sys_padconf sys_vumap"
for
i in
$tests
;
do
(
cd
$i
&&
./run
)
;
done
Reference in New Issue
View Git Blame
Copy Permalink