Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
7f1d4e74
Commit
7f1d4e74
authored
Oct 05, 2011
by
Ian Lynagh
Browse files
Run the dynCompileExpr test all ways
parent
1d39571f
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-api/dynCompileExpr/Makefile
View file @
7f1d4e74
...
...
@@ -2,12 +2,3 @@ TOP=../../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/test.mk
clean
:
rm
-f
*
.o
*
.hi
dynCompileExpr
:
clean
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
--make
-v0
-package
ghc dynCompileExpr
./dynCompileExpr
"
`
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
--print-libdir
|
tr
-d
'\r'
`
"
.PHONY
:
clean dynCompileExpr
testsuite/tests/ghc-api/dynCompileExpr/all.T
View file @
7f1d4e74
test
('
dynCompileExpr
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory dynCompileExpr
'])
extra_run_opts
('
"
'
+
config
.
libdir
+
'
"
'),
compile_and_run
,
['
-package ghc
'])
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