]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/sntp/tests/tests-runner
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ntp / sntp / tests / tests-runner
1 #!/bin/sh
2
3 # $builddir is always .
4 builddir=.
5 # $srcdir will be set to the correct directory when this script is called from
6 # the Makefiles generated by Automake.
7
8 # Create output directory.
9 mkdir -p $builddir/data
10
11 # Test executable expects two arguments: test_input_dir and test_output_dir.
12 ./tests $srcdir/data $builddir/data
13