imip-agent

test_all.sh

739:b0501ea02be4
2015-09-13 Paul Boddie Simplified new object testing.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done