aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/ngram_test.sh
blob: 7f653cb0827d110017a31b6a072ed8e77debf4b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Copyright Vespa.ai. 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