Criterion/samples/tests/tap_test.sh

8 lines
262 B
Bash
Raw Permalink Normal View History

2015-03-11 19:42:32 +01:00
#!/bin/sh
./simple.c.bin --tap --always-succeed
./signal.c.bin --tap --always-succeed
./asserts.c.bin --tap --always-succeed
./more-suites.c.bin --tap --always-succeed
./tests/long-messages.c.bin --tap --always-succeed
./description.c.bin --tap --always-succeed