aboutsummaryrefslogtreecommitdiffstats
path: root/gen_tests.sh
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-07-14 01:20:50 -0400
committerGravatar Peter McGoron 2024-07-14 01:20:50 -0400
commit2effa0f98cac2a2845aba5e303e977170f72a8d8 (patch)
treed2140f61b4d3a0460bf92909946fd5e4516c2de0 /gen_tests.sh
parentimport flatrate lisp, rename to Universal Service LISP (diff)
cheney_c89: valgrind
Diffstat (limited to 'gen_tests.sh')
-rwxr-xr-xgen_tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/gen_tests.sh b/gen_tests.sh
index 16f1419..114dbf2 100755
--- a/gen_tests.sh
+++ b/gen_tests.sh
@@ -21,8 +21,8 @@ gen_test() { # test_name, collector_name, exec_deps, obj_file_deps
echo "
$TARGET: $DEPS
- \${CC} \${LDFLAGS} $DEPS $TARGET
- ./valgrind ./$TARGET
+ \${CC} \${TEST_LDFLAGS} $DEPS -o $TARGET
+ \${TEST_WRAPPER} ./$TARGET
"
TEST_TARGETS="$TEST_TARGETS $TARGET"
@@ -72,7 +72,7 @@ gen_lisp_test() { #collector_name, exec_deps
$SHIM_OBJ: $OBJDEPS
$TARGET: $DEPS
- \${CC} \${LDFLAGS} $DEPS -o $TARGET
+ \${CC} \${TEST_LDFLAGS} $DEPS -o $TARGET
"
TEST_TARGETS="$TEST_TARGETS $TARGET"