mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
more updates due to renaming test_read.c and test_write.c to m4 files
This commit is contained in:
parent
ac86d8c9fb
commit
beac085c7d
2
.gitignore
vendored
2
.gitignore
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -10,6 +10,8 @@ SET (nc_test_SRC
|
||||
error.c
|
||||
test_get.c
|
||||
test_put.c
|
||||
test_read.c
|
||||
test_write.c
|
||||
util.c
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user