Skip to content
GitLab
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
786b2e7b
Commit
786b2e7b
authored
Jul 02, 2000
by
panne
Browse files
[project @ 2000-07-02 19:23:21 by panne]
Removed -noC flag, which has vanished from the driver
parent
2a0ffd1c
Changes
12
Hide whitespace changes
Inline
Side-by-side
ghc/tests/README
View file @
786b2e7b
...
...
@@ -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).
...
...
ghc/tests/ccall/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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...
...
...
ghc/tests/ccall/should_fail/Makefile
View file @
786b2e7b
...
...
@@ -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
ghc/tests/deSugar/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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
...
...
ghc/tests/deriving/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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
ghc/tests/deriving/should_fail/Makefile
View file @
786b2e7b
...
...
@@ -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
ghc/tests/printing/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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
...
...
ghc/tests/reader/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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
...
...
ghc/tests/reader/should_fail/Makefile
View file @
786b2e7b
...
...
@@ -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
...
...
ghc/tests/rename/should_fail/Makefile
View file @
786b2e7b
...
...
@@ -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
ghc/tests/stranal/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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
...
...
ghc/tests/typecheck/should_compile/Makefile
View file @
786b2e7b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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