TCLAP/tests/runtests.sh
Daniel Aarno f48369d765 Use make check to run tests (instead of custom logic).
This way the list/number of tests only has to be updated in one place.
2018-01-02 17:16:54 +01:00

8 lines
77 B
Bash
Executable File

#!/bin/bash
# Always run in script-dir
DIR=`dirname $0`
cd $DIR
make check