aboutsummaryrefslogtreecommitdiff
path: root/tests/fst_tests.h
blob: 324028e81399b14673dfe40451d304e7bd18c9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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;

extern TestSuite *fst_testsuites[];

#endif

Generated with cgit - Back to sebastiano.tronto.net