diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-10-30 16:12:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 16:12:10 (GMT) |
commit | 556add35b78673a8a402841a7ef7e03fdb53daba (patch) | |
tree | 8f30c1665dd10df26a8ce822f968f9fe2dbd7e75 /tools | |
parent | edb5cffdb20ad959c80b665cb8c2589f4c71414d (diff) | |
download | hdf5-556add35b78673a8a402841a7ef7e03fdb53daba.zip hdf5-556add35b78673a8a402841a7ef7e03fdb53daba.tar.gz hdf5-556add35b78673a8a402841a7ef7e03fdb53daba.tar.bz2 |
Don't install h5tools_test_utils test program on system (#3793)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libtest/Makefile.am b/tools/libtest/Makefile.am index 45b3f47..8a503d0 100644 --- a/tools/libtest/Makefile.am +++ b/tools/libtest/Makefile.am @@ -27,7 +27,7 @@ LDADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5) # main target -bin_PROGRAMS=h5tools_test_utils +noinst_PROGRAMS=h5tools_test_utils # check_PROGRAMS=$(TEST_PROG) |