Lines Matching refs:given
17 # run any given test by running make test.check
31 # run any given test in a loop
37 # run any given test in an infinite loop
43 # valgrind any given test by running make test.valgrind
62 # valgrind any given test and generate suppressions for it
76 # valgrind torture any given test
87 # valgrind any given test until failure by running make test.valgrind-forever
92 # gdb any given test by running make test.gdb
220 …@echo "make (dir)/(test).check -- run the given check once, repeat with GST_DEBUG=*:2 i…
221 …@echo "make (dir)/(test).check-norepeat -- run the given check once, but don't run it again if i…
222 @echo "make (dir)/(test).forever -- run the given check forever"
223 @echo "make (dir)/(test).torture -- run the given check $(LOOPS) times"
225 @echo "make (dir)/(test).gdb -- start up gdb for the given test"
232 @echo "make (dir)/(test).valgrind -- valgrind the given test"
233 @echo "make (dir)/(test).valgrind-forever -- valgrind the given test forever"
234 @echo "make (dir)/(test).valgrind-torture -- valgrind the given test $(LOOPS) times"