Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
imip-agent
Annotated test_all.sh
718:845235758980
629:174fad4efd22
2015-08-01
Paul Boddie
file
changeset
files
shortlog
Added a test runner.
paul@629
1
#!/bin/sh
paul@629
2
paul@629
3
for
FILENAME in tests/*.sh
;
do
echo
$FILENAME
;
$FILENAME
;
done