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
7f1d4e74
Commit
7f1d4e74
authored
Oct 05, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run the dynCompileExpr test all ways
parent
1d39571f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
testsuite/tests/ghc-api/dynCompileExpr/Makefile
testsuite/tests/ghc-api/dynCompileExpr/Makefile
+0
-9
testsuite/tests/ghc-api/dynCompileExpr/all.T
testsuite/tests/ghc-api/dynCompileExpr/all.T
+2
-3
No files found.
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