summaryrefslogtreecommitdiff
path: root/sntp/tests/tests-runner
blob: 412516ca65361b21cc44b940d742976f3b7da282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# $builddir is always .
builddir=.
# $srcdir will be set to the correct directory when this script is called from
# the Makefiles generated by Automake.

# Create output directory.
mkdir -p $builddir/data

# Test executable expects two arguments: test_input_dir and test_output_dir.
./tests $srcdir/data $builddir/data