diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 17:26:32 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 17:26:32 +0100 |
| commit | 092270834eac54ed33e634494f9f38ba7fd38fd4 (patch) | |
| tree | 937c18de782d01209f06ae5d4293737bc39a9d20 /tests/fst_tests.h | |
| parent | 9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f (diff) | |
| download | nissy-092270834eac54ed33e634494f9f38ba7fd38fd4.tar.gz nissy-092270834eac54ed33e634494f9f38ba7fd38fd4.zip | |
Some improvements to test suite, ready to go
Diffstat (limited to 'tests/fst_tests.h')
| -rw-r--r-- | tests/fst_tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fst_tests.h b/tests/fst_tests.h index 3a7496e..324028e 100644 --- a/tests/fst_tests.h +++ b/tests/fst_tests.h | |||
| @@ -14,4 +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[]; | ||
| 18 | |||
| 17 | #endif | 19 | #endif |
