Skip to content
Snippets Groups Projects
Commit 786b2e7b authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-07-02 19:23:21 by panne]

Removed -noC flag, which has vanished from the driver
parent 2a0ffd1c
No related merge requests found
......@@ -35,9 +35,10 @@ options. For example,
tc093_HC_OPTS = -noC -ddump-tc
-noC tells not bother generating any C (not point in doing that, since we
only want to test the typechecker). -ddump-tc tells ghc to dump the
typechecker state.
-noC tells not bother generating any C (no point in doing that, since
we only want to test the typechecker. NOTE: Currently the driver does
not handle the -noC flag anymore). -ddump-tc tells ghc to dump the
typechecker state.
Depending on the tests/ subdirectory, a default exit code is
expected from all tests therein, normally 0 (==success).
......
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint -fglasgow-exts
SRC_HC_OPTS += -dcore-lint -fglasgow-exts
# Note that these tests are still in a state of flux... don't believe errors
# they report. In fact, these aren't really very good tests at all...
......
......@@ -2,6 +2,6 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_fail.mk
SRC_HC_OPTS += -noC -fglasgow-exts
SRC_HC_OPTS += -fglasgow-exts
include $(TOP)/mk/target.mk
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint
SRC_HC_OPTS += -dcore-lint
ds035_HC_OPTS = -fglasgow-exts
ds044_HC_OPTS = -O -funbox-strict-fields
......
......@@ -2,6 +2,6 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint -nohi
SRC_HC_OPTS += -dcore-lint -nohi
include $(TOP)/mk/target.mk
......@@ -2,6 +2,4 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_fail.mk
SRC_HC_OPTS += -noC
include $(TOP)/mk/target.mk
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint -hi-with-declarations -hi-with-exports -hi-with-instances -hi-with-fixities -ddump-tc
SRC_HC_OPTS += -dcore-lint -hi-with-declarations -hi-with-exports -hi-with-instances -hi-with-fixities -ddump-tc
print002_HC_OPTS = -fno-implicit-prelude
......
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint
SRC_HC_OPTS += -dcore-lint
read012_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts -ohi T1.hi
read013_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts
......
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_fail.mk
SRC_HC_OPTS += -noC -ddump-parsed
SRC_HC_OPTS += -ddump-parsed
read013_HC_OPTS += -fglasgow-exts
......
......@@ -2,6 +2,4 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_fail.mk
SRC_HC_OPTS += -noC
include $(TOP)/mk/target.mk
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -O -dcore-lint
SRC_HC_OPTS += -O -dcore-lint
str001_HC_OPTS = -hi-with-decls -hi-with-exports -hi-with-instances
......
......@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports
SRC_HC_OPTS += -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports
tc019_HC_OPTS = -fglasgow-exts
tc065_HC_OPTS = -package lang -package data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment