mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 04:14:40 +01:00
Fix bug in tests
This commit is contained in:
parent
97b8d8db13
commit
ab2eee5704
@ -1,5 +1,4 @@
|
||||
#define TEST_BACKEND_TEXT
|
||||
#define TEST_BACKEND_HDF5
|
||||
#define TREXIO_FILE_PREFIX "io_dset_float"
|
||||
#include "test_macros.h"
|
||||
#include "io_dset_float.c"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#define TEST_BACKEND_HDF5
|
||||
#define TEST_BACKEND_TEXT
|
||||
#define TREXIO_FILE_PREFIX "io_dset_float"
|
||||
#include "test_macros.h"
|
||||
#include "io_dset_float.c"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define TEST_BACKEND_TEXT
|
||||
#define TEST_BACKEND_HDF5
|
||||
#define TREXIO_FILE_PREFIX "io_dset_int"
|
||||
#include "test_macros.h"
|
||||
#include "io_dset_int.c"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#define TEST_BACKEND_HDF5
|
||||
#define TEST_BACKEND_TEXT
|
||||
#define TREXIO_FILE_PREFIX "io_dset_int"
|
||||
#include "test_macros.h"
|
||||
#include "io_dset_int.c"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user