summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/alltest.sh
blob: ad9994b74640de95f25c33dc7ce8df8f3f2ff4e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -e
./detector_test.sh
./fsa_test.sh
./fsa_fsa_create_test_app
./fsa_fsa_perf_test_app
./fsa_fsamanager_test_app . __testfsa__.__fsa__ 
./lookup_test.sh
./ngram_test.sh
./segmenter_test.sh
./vectorizer_test.sh
./fsa_vectorizer_perf_test_app