diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 18:00:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 18:00:31 +0100 |
| commit | 455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d (patch) | |
| tree | f31a8eb3426a593c0fb49dfaf744db2eaeeb049d /tests/coord_tests.h | |
| parent | 092270834eac54ed33e634494f9f38ba7fd38fd4 (diff) | |
| download | nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.tar.gz nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.zip | |
Moved coordinate index consistency test to tests folder
Diffstat (limited to '')
| -rw-r--r-- | tests/coord_tests.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/coord_tests.h b/tests/coord_tests.h new file mode 100644 index 0000000..0cfd145 --- /dev/null +++ b/tests/coord_tests.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #ifndef COORD_TESTS_H | ||
| 2 | #define COORD_TESTS_H | ||
| 3 | |||
| 4 | #include "../src/coord.h" | ||
| 5 | #include "test_common.h" | ||
| 6 | |||
| 7 | extern Test test_indexes_consistent; | ||
| 8 | |||
| 9 | extern TestSuite coord_pre_init_suite; | ||
| 10 | |||
| 11 | extern TestSuite *coord_suites[]; | ||
| 12 | |||
| 13 | #endif | ||
