LUMIERA.clone/admin/testrunner
Christian Thaeter 31c7c4630f Add two test tools to admin
testfilter.sh: makes a test skeleton from nobug output

testrunner: build and run a single test (autotools only)
2010-07-16 07:59:30 +02:00

5 lines
231 B
Bash
Executable file

#!/bin/sh
#test rig for running programs manually under libtool and valgrind
export NOBUG_LOG LUMIERA_PLUGIN_PATH
make ${CONCURRENCY_LEVEL:+-j$CONCURRENCY_LEVEL} "$1" && libtool --mode=execute valgrind --leak-check=full -q "./$@"