diff options
Diffstat (limited to 'tools/h5repack/testh5repack.h')
-rw-r--r-- | tools/h5repack/testh5repack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/testh5repack.h b/tools/h5repack/testh5repack.h index c367009..dab2a8b 100644 --- a/tools/h5repack/testh5repack.h +++ b/tools/h5repack/testh5repack.h @@ -49,6 +49,8 @@ #define FNAME12OUT "test_nbitout.h5" #define FNAME13 "test_scaleoffset.h5" #define FNAME13OUT "test_scaleoffsetout.h5" +#define FNAME14 "test_big.h5" +#define FNAME14OUT "test_bigout.h5" int make_testfiles(void); |