imip-agent

Annotated test_all.sh

1033:d40596ab5044
2016-01-31 Paul Boddie Deprecated the plain text version of the preferences documentation in favour of the wiki version.
paul@629 1
#!/bin/sh
paul@629 2
paul@718 3
for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done