diff options
Diffstat (limited to 'test/runtest.sh')
-rwxr-xr-x | test/runtest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest.sh b/test/runtest.sh index f7dc520..052c49b 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -133,6 +133,10 @@ F() { cd $here } +posixonly() { + $* +} + echo "MTEST $(egrep '^[BF]' tests | wc -l)" . tests |