From 4c0df5be84fc27c52d99576fc82ea88f0385eef1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 10 Mar 2019 11:32:11 +0100 Subject: tests: Prepare for using valgrind. tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise. --- tests/test-fpending.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-fpending.sh') diff --git a/tests/test-fpending.sh b/tests/test-fpending.sh index 636af25a7a..abe7d83b99 100755 --- a/tests/test-fpending.sh +++ b/tests/test-fpending.sh @@ -5,7 +5,7 @@ trap 'rm -fr $tmpfile' 1 2 3 15 tmpfile=test-fpending.t -./test-fpending${EXEEXT} > $tmpfile || exit 1 +${CHECKER} ./test-fpending${EXEEXT} > $tmpfile || exit 1 rm -fr $tmpfile -- cgit v1.2.1