aboutsummaryrefslogtreecommitdiff
path: root/tests/fst_tests.h
blob: 3a7496ea33f5d1abfe72aec25a4a197ed0fc8b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FST_TESTS_H
#define FST_TESTS_H

#include "../src/fst.h"
#include "test_common.h"

extern char *algs[];

extern Test test_fst_is_consistent;
extern Test test_cube_to_fst_to_cube;
extern Test test_fst_move;
extern Test test_fst_inverse;

extern TestSuite fst_pre_init_suite;
extern TestSuite fst_post_init_suite;

#endif

Generated with cgit - Back to sebastiano.tronto.net