imip-agent

Annotated test_all.sh

1026:4a0226da2137
2016-01-29 Paul Boddie Make a scheduling package to potentially support multiple scheduling modules.
paul@629 1
#!/bin/sh
paul@629 2
paul@718 3
for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done