diff options
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index f5f696ea6a..9bca86b274 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -6,7 +6,8 @@ test('heapprof002', extra_run_opts('7')], compile_and_run, ['']) -test('T11489', [req_profiling], makefile_test, ['T11489']) +test('T11489', [req_profiling], run_command, + ['$MAKE -s --no-print-directory T11489']) # Below this line, run tests only with profiling ways. setTestOpts(req_profiling) @@ -143,8 +144,9 @@ test('toplevel_scc_1', test('T12962', [], compile_and_run, ['']) -test('T14257', [], makefile_test, ['T14257']) +test('T14257', [], run_command, ['$MAKE -s --no-print-directory T14257']) test('T15897', [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)], - makefile_test, ['T15897']) + run_command, + ['$MAKE -s --no-print-directory T15897']) |