From 8e6025694bc45335d4b301ca0593a53cafb5240d Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 8 Mar 2001 15:48:29 -0500 Subject: [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 --- c++/examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 67c448a..129ac8a 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -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. -- cgit v0.12