From 455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Feb 2023 18:00:31 +0100 Subject: Moved coordinate index consistency test to tests folder --- tests/coord_tests.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/coord_tests.h (limited to 'tests/coord_tests.h') 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 @@ +#ifndef COORD_TESTS_H +#define COORD_TESTS_H + +#include "../src/coord.h" +#include "test_common.h" + +extern Test test_indexes_consistent; + +extern TestSuite coord_pre_init_suite; + +extern TestSuite *coord_suites[]; + +#endif -- cgit v1.3