imip-agent

Annotated test_all.sh

1063:67369fd525db
2016-03-03 Paul Boddie Introduced a common free/busy collection abstraction and a specific database collection class. freebusy-collections
paul@629 1
#!/bin/sh
paul@629 2
paul@718 3
for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done