aboutsummaryrefslogtreecommitdiff
path: root/tests/coord_tests.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-04 18:00:31 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-04 18:00:31 +0100
commit455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d (patch)
treef31a8eb3426a593c0fb49dfaf744db2eaeeb049d /tests/coord_tests.h
parent092270834eac54ed33e634494f9f38ba7fd38fd4 (diff)
downloadnissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.tar.gz
nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.zip
Moved coordinate index consistency test to tests folder
Diffstat (limited to 'tests/coord_tests.h')
-rw-r--r--tests/coord_tests.h13
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
7extern Test test_indexes_consistent;
8
9extern TestSuite coord_pre_init_suite;
10
11extern TestSuite *coord_suites[];
12
13#endif

Generated with cgit - Back to sebastiano.tronto.net