#include "eckit/config/Resource.h"
#include "eckit/testing/Test.h"
#include "eckit/types/FloatCompare.h"
#include "eckit/value/Value.h"
#include "odc/Reader.h"
#include <math.h>
Go to the source code of this file.
|
eckit::Resource< eckit::PathName > | testDataPath ("$TEST_DATA_DIRECTORY", "..") |
|
| CASE ("The correct number of rows are decoded") |
|
| CASE ("The correct data is present in a selection of random rows") |
|
int | main (int argc, char *argv[]) |
|
◆ CASE() [1/2]
CASE |
( |
"The correct data is present in a selection of random rows" |
| ) |
|
◆ CASE() [2/2]
CASE |
( |
"The correct number of rows are decoded" |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ testDataPath()
eckit::Resource<eckit::PathName> testDataPath |
( |
"$TEST_DATA_DIRECTORY" |
, |
|
|
".." |
|
|
) |
| |