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
Glasgow Haskell Compiler
GHC
Commits
023eff76
Commit
023eff76
authored
Sep 20, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#8333
parent
b1391024
Changes
4
Show whitespace changes
Inline
Side-by-side
testsuite/tests/th/Makefile
View file @
023eff76
...
@@ -34,3 +34,6 @@ TH_Depends:
...
@@ -34,3 +34,6 @@ TH_Depends:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
$(ghcThWayFlags)
--make
-v0
TH_Depends
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
$(ghcThWayFlags)
--make
-v0
TH_Depends
./TH_Depends
./TH_Depends
T8333
:
$(TEST_HC)
$(TEST_HC_OPTS)
$(ghcThWayFlags)
--interactive
T8333.hs < /dev/null
testsuite/tests/th/T8333.hs
0 → 100644
View file @
023eff76
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -fno-omit-interface-pragmas #-}
main
::
IO
()
main
=
return
()
testsuite/tests/th/T8333.stdout
0 → 100644
View file @
023eff76
GHCi, version 7.7.20130919: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Main ( T8333.hs, interpreted )
Ok, modules loaded: Main.
*Main> Leaving GHCi.
testsuite/tests/th/all.T
View file @
023eff76
...
@@ -288,3 +288,8 @@ test('TH_Roles3', normal, compile, ['-v0 -dsuppress-uniques'])
...
@@ -288,3 +288,8 @@ test('TH_Roles3', normal, compile, ['-v0 -dsuppress-uniques'])
test
('
TH_Roles4
',
normal
,
compile
,
['
-v0
'])
test
('
TH_Roles4
',
normal
,
compile
,
['
-v0
'])
test
('
T8186
',
normal
,
compile_and_run
,
['
-v0
'])
test
('
T8186
',
normal
,
compile_and_run
,
['
-v0
'])
test
('
T8333
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T8333
'])
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