2fd5eb2569
. rename testshm.sh to test.sh so all test scripts are called test.sh . delete msg* tests as msg* functionality isn't implemented . add ipc/test.sh that runs all test.sh scripts in the subdirs
14 lines
149 B
Bash
14 lines
149 B
Bash
#!/bin/sh
|
|
|
|
make
|
|
# execute them one by one
|
|
# the results are obvious
|
|
./shmt01
|
|
./shmt02
|
|
./shmt03
|
|
./shmt04
|
|
./shmt05
|
|
./shmt06
|
|
./shmt07
|
|
./shmt08
|
|
./shmt10
|