14 lines
323 B
Bash
14 lines
323 B
Bash
#!/bin/bash
|
|
|
|
# run all tests and selftest
|
|
|
|
# for use with valgrind commandline parameter 1 is passed to TestRunner / Selftest
|
|
# provide either --valgrind or --valgrindlc (or nothing) depending on your needs
|
|
|
|
pushd . \
|
|
|
|
cd ~/secondo/bin/ && TestRunnerSj $1 -i ~/secondo/Algebras/Temporal2/Temporal2_open_close.test \
|
|
|
|
popd
|
|
|