diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-06-02 00:05:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-06-02 00:05:29 (GMT) |
commit | c7b5d113202615cfa7cc1e8f3d0df334cde45072 (patch) | |
tree | 025acae75f0ab659a0a19f6119267d855c08c3f9 /test/Makefile.am | |
parent | 30cd06b6e1cdbd1d367de5a3f40a23a339d4b687 (diff) | |
download | hdf5-c7b5d113202615cfa7cc1e8f3d0df334cde45072.zip hdf5-c7b5d113202615cfa7cc1e8f3d0df334cde45072.tar.gz hdf5-c7b5d113202615cfa7cc1e8f3d0df334cde45072.tar.bz2 |
[svn-r23727] Added test/test_usecases.sh for testing use cases.
Tested: h5committest.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index f3932ed..03241c1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -25,7 +25,7 @@ INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src # Test script for error_test and err_compat TEST_SCRIPT = testerror.sh testlibinfo.sh testcheck_version.sh testlinks_env.sh \ - $(srcdir)/testswmr.sh testflushrefresh.sh + $(srcdir)/testswmr.sh testflushrefresh.sh test_usecases.sh SCRIPT_DEPEND = error_test$(EXEEXT) err_compat$(EXEEXT) links_env$(EXEEXT) if HAVE_SHARED_CONDITIONAL TEST_SCRIPT += test_plugin.sh |