Skip to content
GitLab
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
0f8fd3aa
Commit
0f8fd3aa
authored
Mar 05, 2007
by
Ian Lynagh
Browse files
TH_spliceE5_prof needs profiling
parent
25bd5de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/all.T
View file @
0f8fd3aa
...
...
@@ -24,7 +24,7 @@ test('TH_spliceE5', normal, multimod_compile_and_run, ['TH_spliceE5', '-v0'])
# profiling (-osuf p_o) because this is necessary when mixing
# profiling w/ TH. Furthermore we must have built the program the
# normal way first, so this is a bit of a hack.
test
('
TH_spliceE5_prof
',
normal
,
multimod_compile_and_run
,
['
TH_spliceE5
',
'
-v0 -prof -auto-all -osuf p_o
'])
test
('
TH_spliceE5_prof
',
req_profiling
,
multimod_compile_and_run
,
['
TH_spliceE5
',
'
-v0 -prof -auto-all -osuf p_o
'])
clean
(['
TH_spliceE5_Lib.p_o
',
'
TH_spliceE5_Lib.hi
',
'
TH_spliceE5_Lib.o
',
'
TH_spliceE5.hi
',
'
TH_spliceE5.p_o
'])
...
...
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