aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/detector_test.sh
blob: 6de5c152273ca67d3c28a48dd5591fdc541f128d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Copyright Yahoo. 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_detector_test_app < $SOURCE_DIRECTORY/testinput.txt > detector_test.output
diff detector_test.output $SOURCE_DIRECTORY/detector_test.out