diff options
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 91037199be..b2ca109000 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -98,7 +98,10 @@ test('T3064', compile, ['']) -test('T4007', normal, makefile_test, ['T4007']) +test('T4007', + normal, + run_command, + ['$MAKE -s --no-print-directory T4007']) test('T5030', [collect_compiler_stats('bytes allocated', 10), |