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