imip-agent

Annotated test_all.sh

1025:39efcf72d853
2016-01-29 Paul Boddie Support multiple functions in the scheduling_function preference.
paul@629 1
#!/bin/sh
paul@629 2
paul@718 3
for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done