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