|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <cppunit/TextTestRunner.h>#include <cppunit/extensions/TestFactoryRegistry.h>#include <cppunit/extensions/HelperMacros.h>#include "BaseType.h"#include "Array.h"#include "Grid.h"#include "reproj_functions.h"#include "test/TestTypeFactory.h"#include "util.h"#include "debug.h"
Go to the source code of this file.
Macros | |
| #define | DODS_DEBUG |
| #define | THREE_ARRAY_1_DAS "three_array_1.das" |
| #define | THREE_ARRAY_1_DDS "three_array_1.dds" |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (s2gTest) | |
| int | main (int, char **) |
Variables | |
| int | test_variable_sleep_interval = 0 |
| #define DODS_DEBUG |
Definition at line 32 of file s2gTest.cc.
| #define THREE_ARRAY_1_DAS "three_array_1.das" |
Definition at line 47 of file s2gTest.cc.
| #define THREE_ARRAY_1_DDS "three_array_1.dds" |
Definition at line 46 of file s2gTest.cc.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | s2gTest | ) |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 660 of file s2gTest.cc.
| int test_variable_sleep_interval = 0 |
Definition at line 53 of file s2gTest.cc.