Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c7b4f366
Commit
c7b4f366
authored
Dec 19, 2009
by
Ian Lynagh
Browse files
Add some more clean_cmd's
parent
db3898d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/module/mod175/all.T
View file @
c7b4f366
setTestOpts
(
only_compiler_types
(['
ghc
']))
test
('
mod175
',
expect_broken
(
437
),
run_command
,
['
$MAKE -s mod175
'])
test
('
mod175
',
[
expect_broken
(
437
),
clean_cmd
('
$MAKE -s clean
')],
run_command
,
['
$MAKE -s mod175
'])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
...
...
testsuite/tests/ghc-regress/th/TH_recompile/all.T
View file @
c7b4f366
...
...
@@ -7,8 +7,9 @@ setTestOpts(f)
setTestOpts
(
only_compiler_types
(['
ghc
']))
setTestOpts
(
only_ways
(['
normal
']));
test
('
TH_recompile
',
expect_broken
(
481
),
run_command
,
['
$MAKE -s TH_recompile
'])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
test
('
TH_recompile
',
[
expect_broken
(
481
),
clean_cmd
('
$MAKE -s clean
')],
run_command
,
['
$MAKE -s TH_recompile
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment