summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/ngram_test.sh
blob: cc3ccb83b0f1a22c2706ec6a8f2351afdc86c55b (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

if [ -z "$SOURCE_DIRECTORY" ]; then
    SOURCE_DIRECTORY="."
fi

./fsa_ngram_test_app > ngram_test.output
diff ngram_test.output $SOURCE_DIRECTORY/ngram_test.out