#include <memory>
#include "eckit/testing/Test.h"
#include "eckit/filesystem/PathName.h"
#include "eckit/config/Resource.h"
#include "odc/core/TablesReader.h"
Go to the source code of this file.
|
eckit::Resource< eckit::PathName > | testDataPath ("$TEST_DATA_DIRECTORY", "..") |
|
| CASE ("Test access Table iterator") |
|
int | main (int argc, char *argv[]) |
|
◆ CASE()
CASE |
( |
"Test access Table iterator" |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ testDataPath()
eckit::Resource<eckit::PathName> testDataPath |
( |
"$TEST_DATA_DIRECTORY" |
, |
|
|
".." |
|
|
) |
| |