imip-agent

test_all.sh

1193:9feaee690f44
2016-06-05 Paul Boddie Introduced compatibility methods for journal free/busy information.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done