more updates due to renaming test_read.c and test_write.c to m4 files

This commit is contained in:
Wei-keng Liao 2016-10-13 02:56:50 -05:00
parent ac86d8c9fb
commit beac085c7d
4 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,6 +10,8 @@ ctest.c
ctest64.c
nc_test/test_get.c
nc_test/test_put.c
nc_test/test_read.c
nc_test/test_write.c
#####
# End ignored generated files.

View File

@ -128,6 +128,7 @@ settings_DATA=libnetcdf.settings
####
MM4= ./nc_test/test_put ./nc_test/test_get \
./nc_test/test_write ./nc_test/test_read \
./libsrc/netcdf ./libsrc/putget ./libsrc/ncx \
./libsrc/t_ncxx ./libsrc/attr

View File

@ -10,6 +10,8 @@ SET (nc_test_SRC
error.c
test_get.c
test_put.c
test_read.c
test_write.c
util.c
)

View File

@ -92,7 +92,8 @@ endif # USE_VALGRIND_TESTS
# Distribute the .c files so that m4 isn't required on the users
# machine.
EXTRA_DIST = test_get.m4 test_put.m4 run_valgrind_tests.sh \
run_diskless.sh run_diskless2.sh run_mmap.sh run_pnetcdf_test.sh
run_diskless.sh run_diskless2.sh run_mmap.sh run_pnetcdf_test.sh \
test_read.m4 test_write.m4
# ref_tst_diskless2.cdl is for diff comparison and to produce tst_diskless2.c
EXTRA_DIST += ref_tst_diskless2.cdl CMakeLists.txt