summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/ngram_test.sh
blob: 59d6d7f2db00ab353c299d9f7c2c80bdb2114b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
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