Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
c7b4f366
Commit
c7b4f366
authored
Dec 19, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some more clean_cmd's
parent
db3898d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
testsuite/tests/ghc-regress/module/mod175/all.T
testsuite/tests/ghc-regress/module/mod175/all.T
+5
-1
testsuite/tests/ghc-regress/th/TH_recompile/all.T
testsuite/tests/ghc-regress/th/TH_recompile/all.T
+5
-4
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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