[project @ 2001-03-01 15:36:20 by simonmar]
authorsimonmar <unknown>
Thu, 1 Mar 2001 15:36:21 +0000 (15:36 +0000)
committersimonmar <unknown>
Thu, 1 Mar 2001 15:36:21 +0000 (15:36 +0000)
commitb3834c593ad679f9b2995d470589c8e7ee6c7542
tree35c5ad32c6991e33291036aa9e2668fdf445ade2
parent907ab7225e5504ef7d630f48b5abcc16d28f762b
[project @ 2001-03-01 15:36:20 by simonmar]
The beginnings of a GHCi test suite.
34 files changed:
ghc/tests/ghci/Makefile [new file with mode: 0644]
ghc/tests/ghci/ghci001.script [new file with mode: 0644]
ghc/tests/ghci/ghci002.script [new file with mode: 0644]
ghc/tests/ghci/ghci002.stdout [new file with mode: 0644]
ghc/tests/ghci/prog001/A.hs [new file with mode: 0644]
ghc/tests/ghci/prog001/B.hs [new file with mode: 0644]
ghc/tests/ghci/prog001/C.hs [new file with mode: 0644]
ghc/tests/ghci/prog001/D.hs [new file with mode: 0644]
ghc/tests/ghci/prog001/D1.hs [new file with mode: 0644]
ghc/tests/ghci/prog001/D2.hs [new file with mode: 0644]
ghc/tests/ghci/prog001/Makefile [new file with mode: 0644]
ghc/tests/ghci/prog001/prog001.script [new file with mode: 0644]
ghc/tests/ghci/prog001/prog001.stderr [new file with mode: 0644]
ghc/tests/ghci/prog001/prog001.stdout [new file with mode: 0644]
ghc/tests/ghci/prog002/A.hs [new file with mode: 0644]
ghc/tests/ghci/prog002/A1.hs [new file with mode: 0644]
ghc/tests/ghci/prog002/A2.hs [new file with mode: 0644]
ghc/tests/ghci/prog002/B.hs [new file with mode: 0644]
ghc/tests/ghci/prog002/C.hs [new file with mode: 0644]
ghc/tests/ghci/prog002/D.hs [new file with mode: 0644]
ghc/tests/ghci/prog002/Makefile [new file with mode: 0644]
ghc/tests/ghci/prog002/prog002.script [new file with mode: 0644]
ghc/tests/ghci/prog002/prog002.stderr [new file with mode: 0644]
ghc/tests/ghci/prog002/prog002.stdout [new file with mode: 0644]
ghc/tests/ghci/prog003/A.hs [new file with mode: 0644]
ghc/tests/ghci/prog003/B.hs [new file with mode: 0644]
ghc/tests/ghci/prog003/C.hs [new file with mode: 0644]
ghc/tests/ghci/prog003/D.hs [new file with mode: 0644]
ghc/tests/ghci/prog003/D1.hs [new file with mode: 0644]
ghc/tests/ghci/prog003/D2.hs [new file with mode: 0644]
ghc/tests/ghci/prog003/Makefile [new file with mode: 0644]
ghc/tests/ghci/prog003/prog003.script [new file with mode: 0644]
ghc/tests/ghci/prog003/prog003.stderr [new file with mode: 0644]
ghc/tests/ghci/prog003/prog003.stdout [new file with mode: 0644]