[svn-r3576] Purpose:

Update
Description:
    We now have a "real" testing thingy for the C++ code. We don't need
    to run things in the examples directory.
Solution:
    Commented out the "TEST_SCRIPT" line.
Platforms tested:
    Linux
This commit is contained in:
Bill Wendling 2001-03-08 15:48:29 -05:00
parent 42d3d90f0c
commit 8e6025694b

View File

@ -29,7 +29,7 @@ TEST_OBJ=$(TEST_SRC:.cpp=.lo)
## `make check' will run. List them in the order they should be run.
TEST_PROGS=$(TEST_SRC:.cpp=)
TEST_SCRIPTS=$(srcdir)/testexamples.sh
##TEST_SCRIPTS=$(srcdir)/testexamples.sh
## These are the files that `make clean' (and derivatives) will remove from
## this directory.