aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
blob: 181f68744598f385a92b4a1fe2645fc90b8f5fb0 (about) (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# download shunit2 in order to run tests (see INSTALL.md)

cd test
./test_suite.sh | tee /dev/stderr | grep -q 'success rate: 100%'