runtests run the real test-libmallocwrap/.libs/prog
[ust.git] / tests / runtests
index 92d362e8a76b223a05ac0b2578032e4de616cd52..c2769238705b1241eedcb40090f30e8774031ec5 100755 (executable)
@@ -32,7 +32,7 @@ NOFAIL $MATCHES -N "fork - before_exec" "^ust.before_exec:" $(usttrace -W)
 NOFAIL $MATCHES -N "fork - potential_exec" "^ust.potential_exec:" $(usttrace -W)
 NOFAIL $MATCHES -N "fork - after_exec" "^ust.after_exec:" $(usttrace -W)
 
-NOFAIL usttrace -lm $TESTDIR/test-libmallocwrap/prog
+NOFAIL usttrace -lm $TESTDIR/test-libmallocwrap/.libs/prog
 NOFAIL $MATCHES -N "mallocwrap - malloc" -n 1000 "^ust.malloc:.*{ size = 1[0-9][0-9][0-9]," $(usttrace -W)
 
 ### Manual mode test
This page took 0.022836 seconds and 4 git commands to generate.