summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/lookup_test.sh
blob: 89ff97224d0246c77370d3fb1d76d63d9a8b0282 (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_lookup_test_app __testfsa__.__fsa__ < $SOURCE_DIRECTORY/testinput.txt > lookup_test.output
diff lookup_test.output $SOURCE_DIRECTORY/lookup_test.out