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/fst_tests.h | |
| parent | 092270834eac54ed33e634494f9f38ba7fd38fd4 (diff) | |
| download | nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.tar.gz nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.zip | |
Moved coordinate index consistency test to tests folder
Diffstat (limited to 'tests/fst_tests.h')
| -rw-r--r-- | tests/fst_tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fst_tests.h b/tests/fst_tests.h index 324028e..68bbf04 100644 --- a/tests/fst_tests.h +++ b/tests/fst_tests.h | |||
| @@ -14,6 +14,6 @@ extern Test test_fst_inverse; | |||
| 14 | extern TestSuite fst_pre_init_suite; | 14 | extern TestSuite fst_pre_init_suite; |
| 15 | extern TestSuite fst_post_init_suite; | 15 | extern TestSuite fst_post_init_suite; |
| 16 | 16 | ||
| 17 | extern TestSuite *fst_testsuites[]; | 17 | extern TestSuite *fst_suites[]; |
| 18 | 18 | ||
| 19 | #endif | 19 | #endif |
