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
Glasgow Haskell Compiler
GHC
Commits
08d7e921
Commit
08d7e921
authored
Sep 13, 2007
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eliminate ordering constraints
parent
be1c1d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
testsuite/tests/ghc-regress/cabal/cabal01/all.T
testsuite/tests/ghc-regress/cabal/cabal01/all.T
+6
-9
No files found.
testsuite/tests/ghc-regress/cabal/cabal01/all.T
View file @
08d7e921
setTestOpts
(
only_compiler_types
(['
ghc
']))
if
config
.
have_profiling:
prof
=
'
--enable-library-profiling
'
else
:
prof
=
''
test
('
cabal01
',
ignore_output
,
run_command
,
['
$MAKE cabal01 PROF=
'])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
test
('
cabal01prof
',
composes
([
req_profiling
,
ignore_output
]),
run_command
,
['
$MAKE cabal01 PROF=--enable-library-profiling
'])
run_command
,
['
$MAKE cabal01 PROF=
'
+
prof
])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
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