aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/vectorizer_test.sh
blob: 4744e3078736f7ed11b9cb3c6d385533a7b91328 (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_vectorizer_test_app < $SOURCE_DIRECTORY/testinput.txt > vectorizer_test.output
diff vectorizer_test.output $SOURCE_DIRECTORY/vectorizer_test.out