aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/fsa_test.sh
blob: da00134aea177646b01ec67bd77adb24defd00ce (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_fsa_test_app > fsa_test.output 
diff fsa_test.output $SOURCE_DIRECTORY/fsa_test.out