diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-08 16:15:00 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-08 16:15:00 (GMT) |
commit | 4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6 (patch) | |
tree | 4a746e8f631925353ab42686a7f06a75cfcdb38c /c++/Makefile.in | |
parent | 7548217cb4d404ea20dea76e8b0aeae799bfda20 (diff) | |
download | hdf5-4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6.zip hdf5-4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6.tar.gz hdf5-4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6.tar.bz2 |
[svn-r3097] Purpose:
Add
Description:
Adding a small amount of testing to the C++ library until "real"
testing can be created. (We use the examples).
Platforms tested:
Linux
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r-- | c++/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index 0c25a90..d7d6558 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -15,7 +15,9 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test +# We include examples now since those are our "tests" at this time. We +# can remove it later. +SUBDIRS=src test examples ############################################################################## ## T A R G E T S |