aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/segmenter_test.sh
blob: c68c84e8a3fd67952caeeebf939ac947ec08d005 (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_segmenter_test_app < $SOURCE_DIRECTORY/testinput.txt > segmenter_test.output
diff segmenter_test.output $SOURCE_DIRECTORY/segmenter_test.out