[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / ccall / Jmakefile
1 runtests::
2         @echo '###############################################################'
3         @echo '# Validation tests for the ccall desugaring, etc.             #'
4         @echo '###############################################################'
5
6 /* NB These tests are still in a state of flux... don't believe errors
7       they report. In fact, these aren't really very good tests at
8       all... */
9
10 /* Flags used when testing typechecker and desugaring */
11 DS_FLAGS= -fglasgow-exts -noC -dcore-lint -ddump-tc -ddump-ds 
12
13 RunStdTest(cc001,$(GHC), $(DS_FLAGS) cc001.hs -o2 cc001.stderr)
14 RunStdTest(cc002,$(GHC), $(DS_FLAGS) cc002.hs -o2 cc002.stderr)
15 RunStdTest(cc003,$(GHC), $(DS_FLAGS) cc003.hs -x1 -o2 cc003.stderr)
16 RunStdTest(cc004,$(GHC), $(DS_FLAGS) cc004.hs -o2 cc004.stderr)
17
18 /* Flags used when testing code generation */
19 CG_FLAGS= -fglasgow-exts -via-C -dcore-lint -ddump-stg -ddump-flatC
20
21