forked from munibanust/febrl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallTests.sh
More file actions
43 lines (29 loc) · 856 Bytes
/
allTests.sh
File metadata and controls
43 lines (29 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Shell script to run all Febrl testing scripts
#
# Peter Christen, 24/10/2007
# -----------------------------------------------------------------------------
# Start with basic modules before doing more complex modules
echo "Run auxiliaryTest.py"
python auxiliaryTest.py
echo "Run mymathTest.py"
python mymathTest.py
echo "Run encodeTest.py"
python encodeTest.py
echo "Run stringcmpTest.py"
python stringcmpTest.py
echo "Run phonenumTest.py"
python phonenumTest.py
echo "Run datasetTest.py"
python datasetTest.py
echo "Run lookupTest.py"
python lookupTest.py
echo "Run simplehmmTest.py"
python simplehmmTest.py
echo "Run indexingTest.py"
python indexingTest.py
echo "Run comparisonTest.py"
python comparisonTest.py
echo "Run classificationTest.py"
python classificationTest.py
echo "Run standardisationTest.py"
python standardisationTest.py