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
12e7ab8e
Commit
12e7ab8e
authored
Sep 22, 2008
by
simonmarhaskell@gmail.com
Browse files
make this test THREADS friendly
parent
a94d60a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/cabal/cabal01/Makefile
View file @
12e7ab8e
...
...
@@ -37,3 +37,5 @@ cabal01:
echo
dist:
ls
dist
$(GHC_PKG_INPLACE)
unregister
test
if
[
"
$(CLEANUP)
"
!=
""
]
;
then
$(MAKE)
clean
;
fi
testsuite/tests/ghc-regress/cabal/cabal01/all.T
View file @
12e7ab8e
...
...
@@ -5,8 +5,12 @@ if config.have_profiling:
else
:
prof
=
''
if
default_testopts
.
cleanup
!=
'':
cleanup
=
'
CLEANUP=1
'
else
:
cleanup
=
''
test
('
cabal01
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory cabal01 PROF=
'
+
prof
])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
run_command
,
['
$MAKE -s --no-print-directory cabal01 PROF=
'
+
prof
+
'
'
+
cleanup
])
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