[commit: ghc] wip/makefile-test: testsuite: Normalise style (97ca0fb)
git at git.haskell.org
git at git.haskell.org
Mon Jan 21 03:55:58 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/makefile-test
Link : http://ghc.haskell.org/trac/ghc/changeset/97ca0fb19b8df767960d17e556333de9235ffd8e/ghc
>---------------------------------------------------------------
commit 97ca0fb19b8df767960d17e556333de9235ffd8e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jan 20 22:32:09 2019 -0500
testsuite: Normalise style
>---------------------------------------------------------------
97ca0fb19b8df767960d17e556333de9235ffd8e
testsuite/tests/plugins/all.T | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 82e9fcb..30b8fd6 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -7,27 +7,28 @@ setTestOpts(req_interp)
test('plugins01',
[extra_files(['simple-plugin/']), only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race),
+ when(opsys('mingw32'), multi_cpu_race),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins01 TOP={top}')],
run_command, ['$MAKE -s --no-print-directory plugins01'])
test('plugins02',
[extra_files(['simple-plugin/']), only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race),
+ when(opsys('mingw32'), multi_cpu_race),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins02 TOP={top}')],
compile_fail,
['-package-db simple-plugin/pkg.plugins02/local.package.conf -fplugin Simple.BadlyTypedPlugin -package simple-plugin ' + config.plugin_way_flags])
test('plugins03',
[extra_files(['simple-plugin/']), only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race),
+ when(opsys('mingw32'), multi_cpu_race),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins03 TOP={top}')],
compile_fail,
['-package-db simple-plugin/pkg.plugins03/local.package.conf -fplugin Simple.NonExistentPlugin -package simple-plugin'])
-test('plugins04', [extra_files(['HomePackagePlugin.hs']),
- only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race)],
+test('plugins04',
+ [extra_files(['HomePackagePlugin.hs']),
+ only_ways([config.ghc_plugin_way]),
+ when(opsys('mingw32'), multi_cpu_race)],
multimod_compile_fail,
['plugins04', '-package ghc -fplugin HomePackagePlugin'])
More information about the ghc-commits
mailing list