echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
cat $^ >> default.supp
-## Preprend @PERL@ because tests/vg_regtest isn't executable
-## Ensure make exits with error if PERL fails or post_regtest_checks fails.
+## Ensure make exits with error if vg_regtest fails or post_regtest_checks fails.
regtest: check
$(top_srcdir)/gdbserver_tests/make_local_links $(GDB)
- if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
+ if tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
else \
tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS); \
post-regtest-checks:
tests/post_regtest_checks $(abs_top_srcdir) gdbserver_tests $(TOOLS) $(EXP_TOOLS)
nonexp-regtest: check
- @PERL@ tests/vg_regtest $(TOOLS)
+ tests/vg_regtest $(TOOLS)
exp-regtest: check
- @PERL@ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
+ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
# Nb: gdbserver_tests are put in exp-regtest rather than nonexp-regtest
# because they are tested with various valgrind tools, so might be using
# an experimental tool.
-## Preprend @PERL@ because tests/vg_perf isn't executable
perf: check
- @PERL@ perf/vg_perf perf
+ perf/vg_perf perf
# Auxiliary test suites run under valgrind
auxchecks: all