Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
da80f8e9
Commit
da80f8e9
authored
Jun 14, 2013
by
ian@well-typed.com
Browse files
Fix some testsuite cleaning; part of #7941
parent
133b500c
Changes
6
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile
View file @
da80f8e9
...
...
@@ -26,4 +26,8 @@ endif
clean distclean maintainer-clean
:
$(MAKE)
-C
$(TOP)
/timeout
$@
$(RM)
-f
mk/
*
.o mk/
*
.hi mk/ghc-config mk/ghc-config.exe mk/ghcconfig
*
.mk
$(RM)
-f
mk/
*
.o
$(RM)
-f
mk/
*
.hi
$(RM)
-f
mk/ghcconfig
*
.mk
$(RM)
-f
mk/ghc-config mk/ghc-config.exe
$(RM)
-f
driver/
*
.pyc
testsuite/tests/driver/Makefile
View file @
da80f8e9
...
...
@@ -495,7 +495,7 @@ T706:
T5584
:
$(RM)
-rf
T5584_out
mkdir
T5584_out
"
$(TEST_HC)
"
-odir
T5584_out
-c
T5584/A.hs-boot
"
$(TEST_HC)
"
-odir
T5584_out
-c
T5584
_in
/A.hs-boot
.PHONY
:
T5198
T5198
:
...
...
testsuite/tests/driver/T5584/A.hs-boot
→
testsuite/tests/driver/T5584
_in
/A.hs-boot
View file @
da80f8e9
File moved
testsuite/tests/driver/all.T
View file @
da80f8e9
...
...
@@ -353,8 +353,9 @@ test('spacesInArgs',
compile_and_run
,
[''])
test
('
T5584
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T5584
'])
test
('
T5584
',
extra_clean
(['
T5584_in/A.hi-boot
',
'
T5584_out/T5584/A.o-boot
']),
run_command
,
['
$MAKE -s --no-print-directory T5584
'])
test
('
T5198
',
extra_clean
(['
T5198dump/T5198.dump-simpl
',
'
T5198dump
']),
run_command
,
['
$MAKE -s --no-print-directory T5198
'])
...
...
testsuite/tests/ghci/scripts/all.T
View file @
da80f8e9
...
...
@@ -77,7 +77,7 @@ test('ghci056',
[
pre_cmd
('
$MAKE -s --no-print-directory ghci056_setup
'),
extra_run_opts
('
ghci056_c.o
'),
extra_clean
('
ghci056_c.o
')
extra_clean
(
[
'
ghci056_c.o
'
]
)
],
ghci_script
,
['
ghci056.script
'])
...
...
testsuite/tests/polykinds/all.T
View file @
da80f8e9
...
...
@@ -64,7 +64,7 @@ test('T7151', normal, compile_fail,[''])
test
('
T7095
',
normal
,
compile
,[''])
test
('
T7090
',
normal
,
compile
,[''])
test
('
T7272
',
extra_clean
(['
T7272a.hi
',
'
T7272a.o
']),
extra_clean
(['
T7272a.hi
',
'
T7272a.o
'
,
'
T7272.hi-boot
',
'
T7272.o-boot
'
]),
multimod_compile
,
['
T7272.hs
',
'
-v0
'])
test
('
T7176
',
normal
,
compile
,[''])
...
...
Write
Preview
Supports
Markdown
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