minix/test/ipc/shmt/test.sh

15 lines
149 B
Bash
Raw Normal View History

2009-09-21 16:53:53 +02:00
#!/bin/sh
make
# execute them one by one
# the results are obvious
./shmt01
./shmt02
./shmt03
./shmt04
./shmt05
./shmt06
./shmt07
./shmt08
./shmt10