]> diplodocus.org Git - nmh/blob - test/runalltests
Don't rely on realloc() to follow POSIX in handling a NULL pointer
[nmh] / test / runalltests
1 #!/bin/sh
2
3 for i in `find tests -name 'test-*' -type f`;
4 do
5 ./runtest $i
6 done