diff --git a/nc_test/Makefile.am b/nc_test/Makefile.am index 68eaff87d0..17a9ec0199 100644 --- a/nc_test/Makefile.am +++ b/nc_test/Makefile.am @@ -38,13 +38,11 @@ check_PROGRAMS += tst_parallel2 tst_pnetcdf tst_addvar \ tst_formatx_pnetcdf tst_default_format_pnetcdf endif -if TEST_PARALLEL4 if USE_PNETCDF if ENABLE_CDF5 check_PROGRAMS += tst_cdf5format endif endif -endif # These are the source files for the main workhorse test program, # nc_test. If you pass nc_test, you are doing well.