mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Changes to get tst_compress to compile and run before tst_inflated.nc it creates is needed in test
This commit is contained in:
parent
f4d03ccf11
commit
895e7e74c4
@ -18,7 +18,7 @@ if USE_NETCDF4
|
||||
# NetCDF-4 has some extra tests.
|
||||
check_PROGRAMS += tst_create_files tst_h_rdc0 tst_group_data \
|
||||
tst_enum_data tst_opaque_data tst_string_data tst_vlen_data tst_comp \
|
||||
tst_comp2 tst_nans tst_special_atts tst_unicode tst_fillbug
|
||||
tst_comp2 tst_nans tst_special_atts tst_unicode tst_fillbug tst_compress
|
||||
|
||||
TESTS += tst_create_files tst_group_data tst_enum_data tst_opaque_data \
|
||||
tst_string_data tst_vlen_data tst_comp tst_comp2 tst_nans \
|
||||
|
@ -7,6 +7,7 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <nc_tests.h>
|
||||
#include <stdlib.h>
|
||||
#include <netcdf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user