Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
0fe72682
Commit
0fe72682
authored
Apr 28, 2014
by
Joachim Breitner
Browse files
annth_make, annth_compunits: Only run these tests if have_dynamic()
parent
2f3ea952
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/annotations/should_compile/th/all.T
View file @
0fe72682
...
...
@@ -6,13 +6,17 @@ setTestOpts(when(compiler_profiled(), skip))
# now, just disable the profiling ways.
test
('
annth_make
',
[
req_interp
,
omit_ways
(['
profasm
','
profthreaded
']),
[
req_interp
,
omit_ways
(['
profasm
','
profthreaded
']),
unless
(
have_dynamic
(),
skip
),
clean_cmd
('
$MAKE -s clean_annth_make
')],
run_command
,
['
$MAKE -s --no-print-directory annth_make
'])
test
('
annth_compunits
',
[
req_interp
,
omit_ways
(['
profasm
','
profthreaded
']),
[
req_interp
,
omit_ways
(['
profasm
','
profthreaded
']),
unless
(
have_dynamic
(),
skip
),
clean_cmd
('
$MAKE -s clean_annth_compunits
')],
run_command
,
['
$MAKE -s --no-print-directory annth_compunits
'])
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