From 137e5075744007e24e43c63b8c3bf1e941ebbd50 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Tue, 2 Jul 2019 09:04:30 -0600 Subject: [PATCH] clean up --- examples/C/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/C/Makefile.am b/examples/C/Makefile.am index 1f731c644..55647949e 100644 --- a/examples/C/Makefile.am +++ b/examples/C/Makefile.am @@ -26,6 +26,7 @@ sfc_pres_temp_more simple if USE_HDF5 check_PROGRAMS += simple_nc4_wr simple_nc4_rd simple_xy_nc4_wr \ simple_xy_nc4_rd +TESTS += run_examples4.sh if ENABLE_FILTER_TESTING # filter_example.c should be same as nc_test4/test_filter.c @@ -43,13 +44,10 @@ TESTS += run_par_test.sh endif #USE_PNETCDF endif # TEST_PARALLEL4 -if USE_HDF5 -TESTS += run_examples4.sh -endif #USE_HDF5 - # These files are created by the tests. CLEANFILES = *.nc -EXTRA_DIST = CMakeLists.txt run_examples.sh run_examples4.sh run_filter.sh +EXTRA_DIST = CMakeLists.txt run_examples.sh run_examples4.sh \ +run_filter.sh DISTCLEANFILES = findplugin.sh