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
f81e5360
Commit
f81e5360
authored
Aug 29, 2002
by
simonmar
Browse files
[project @ 2002-08-29 10:23:06 by simonmar]
Remove old droppings
parent
ffc8c247
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/Makefile
deleted
100644 → 0
View file @
ffc8c247
TOP
=
..
include
$(TOP)/mk/boilerplate.mk
RUNTESTS_SRCS
=
\
TopSort.hs CmdLexer.hs CmdParser.hs CmdSemantics.hs CmdSyntax.hs KludgedSystem.hs Main.hs
\
basicRxLib/AbsTreeDefs.hs basicRxLib/Assertions.hs
\
basicRxLib/AugTreeDefs.hs basicRxLib/AugmentTree.hs
\
basicRxLib/BagRE.hs basicRxLib/CompileREP.hs
\
basicRxLib/CompileREPB.hs basicRxLib/CompileRES.hs
\
basicRxLib/ConstructorMonad.hs basicRxLib/ExecRE.hs
\
basicRxLib/FiniteMap.hs basicRxLib/Global.hs
\
basicRxLib/HandleInterval.hs basicRxLib/HandleSubexp.hs
\
basicRxLib/IsPrefix.hs basicRxLib/MakeNFA.hs
\
basicRxLib/MakeNFANode.hs basicRxLib/Matchers.hs
\
basicRxLib/NFADefs.hs basicRxLib/OrdList.hs
\
basicRxLib/ParsePolyRegexp.hs basicRxLib/ParsePolyRegexpBasic.hs
\
basicRxLib/ParseStringRegexp.hs basicRxLib/Parsers.hs basicRxLib/Regexp.hs
all
::
runtests
SRC_HC_OPTS
+=
-package
lang
-package
util
-cpp
-W
-fno-warn-unused-matches
-ibasicRxLib
runtests
:
$(RUNTESTS_SRCS)
$(GHC)
$(HC_OPTS)
--make
Main
-o
runtests
CLEAN_FILES
+=
CmdParser.hs basicRxLib/
*
.o basicRxLib/
*
.hi
include
$(TOP)/mk/target.mk
testsuite/driver/README
deleted
100644 → 0
View file @
ffc8c247
When the test system is started with
runtests --tool=compiler/to/test/ghc-inplace
--config=foo/bar/fancyconfig.T
/root/of/test/tree
and it is running the test
/root/of/test/tree/path/to/testdir/script.T
the variable values automatically available are
$tool compiler/to/test/ghc-inplace
$confdir foo/bar
$conffile fancyconfig.T
$testdir path/to/testdir
$testroot script
$testfile script.T
However, if it was using default.T as the test file and xyz.hs
as the source file, these would be:
$tool compiler/to/test/ghc-inplace
$confdir foo/bar
$conffile fancyconfig.T
$testdir path/to/testdir
$testroot xyz
$testfile default.T
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