summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/alltest.sh
blob: 9225a9dafec586b8cbdda5de750fb4f8ab6c5444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
set -e

# first create the FSA
./fsa_fsa_create_test_app

# simple tests
./lookup_test.sh
./fsa_test.sh
./detector_test.sh

# advanced tests
./ngram_test.sh
./segmenter_test.sh
./vectorizer_test.sh

# manager test
./fsa_fsamanager_test_app . __testfsa__.__fsa__

# perf tests
./fsa_vectorizer_perf_test_app
./fsa_fsa_perf_test_app