mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[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:
parent
42d3d90f0c
commit
8e6025694b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user