cvs commit: hugs98/tests Readme testScript.in
Alastair Reid
reid@glass.cse.ogi.edu
Wed, 12 Jun 2002 09:55:11 -0700
reid 2002/06/12 09:55:11 PDT
Modified files:
tests Readme testScript.in
Log:
Yesterday's fixes to the testScript were scrogged because....
I forgot that you have to commit testScript not testScript.in
While I was in there I fixed the header on testScript.in which should read:
CONTEXT_DIFF='@CONTEXT_DIFF@'
export CONTEXT_DIFF
DEV_NULL='@DEV_NULL@'
export DEV_NULL
HUGSFLAGS=-P../lib:../lib/hugs:../lib/exts
export HUGSFLAGS
HUGS=../src/hugs
Hmmm, maybe the right thing to do is for configure to make a little
config script containing nothing but the above and for testScript
to source that file. This'd avoid screwups like yesterday.
Revision Changes Path
1.5 +3 -0 hugs98/tests/Readme
1.20 +88 -88 hugs98/tests/testScript.in