From 35017d95498625abe020a5d695fb91fc2c94bc96 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 2 Jan 2019 06:21:11 -0700 Subject: [PATCH] fixed mistake in Makefile.am --- nc_test4/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nc_test4/Makefile.am b/nc_test4/Makefile.am index 19b45343c..507de9e1d 100644 --- a/nc_test4/Makefile.am +++ b/nc_test4/Makefile.am @@ -32,8 +32,7 @@ t_type cdm_sea_soundings tst_camrun tst_vl tst_atts1 tst_atts2 \ tst_vars2 tst_files5 tst_files6 tst_sync tst_h_scalar tst_rename \ tst_rename2 tst_h5_endians tst_atts_string_rewrite \ tst_hdf5_file_compat tst_fill_attr_vanish tst_rehash tst_filterparser \ -tst_bug324 tst_types tst_atts3 tst_put_vars tst_elatefill tst_udf \ -renamegroup tst_empty_vlen_unlim +tst_bug324 tst_types tst_atts3 tst_put_vars tst_elatefill tst_udf # Temporary I hope if !ISCYGWIN @@ -41,8 +40,8 @@ NC4_TESTS += tst_h_strbug tst_h_refs endif # Build test programs plus programs used in test scripts. -check_PROGRAMS = $(NC4_TESTS) -TESTS = $(NC4_TESTS) +check_PROGRAMS = $(NC4_TESTS) tst_empty_vlen_unlim +TESTS = $(NC4_TESTS) run_empty_vlen_test.sh # Add these if large file tests are turned on. if LARGE_FILE_TESTS @@ -51,11 +50,10 @@ TESTS += tst_large tst_large2 endif if BUILD_UTILITIES +check_PROGRAMS += renamegroup TESTS += run_grp_rename.sh tst_misc.sh endif -TESTS += run_empty_vlen_test.sh - # If the v2 API was built, add its test program. if BUILD_V2 check_PROGRAMS += tst_v2