summaryrefslogtreecommitdiffstats
path: root/c++/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-08 16:15:00 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-08 16:15:00 (GMT)
commit4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6 (patch)
tree4a746e8f631925353ab42686a7f06a75cfcdb38c /c++/Makefile.in
parent7548217cb4d404ea20dea76e8b0aeae799bfda20 (diff)
downloadhdf5-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.in4
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