imip-agent

test_all.sh

754:02fb76c41c87
2015-09-19 Paul Boddie Added support for obtaining counter-proposals and for testing the presence of requests either for an object in general or having a specific request type.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done