Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1706e777
Commit
1706e777
authored
Jul 04, 2007
by
Simon Marlow
Browse files
gadt23: $MAKE needs --no-print-directory
parent
a22d846c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/gadt/all.T
View file @
1706e777
...
...
@@ -28,7 +28,7 @@ test('gadt20', normal, compile, [''])
test
('
gadt21
',
normal
,
compile_fail
,
[''])
test
('
gadt22
',
normal
,
compile
,
[''])
test
('
gadt23
',
normal
,
run_command
,
['
$MAKE -s gadt23
'])
test
('
gadt23
',
normal
,
run_command
,
['
$MAKE -s
--no-print-directory
gadt23
'])
clean
(['
Gadt23_AST.hi
',
'
Gadt23_AST.o
'])
test
('
gadt24
',
normal
,
compile
,
[''])
...
...
Write
Preview
Supports
Markdown
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