From 2a25cee78ab1d37e7d2bc40ae675646974d99f56 Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 15 Jul 2015 19:21:26 +0000 Subject: MFC r280849,280915-280916,281015-281016,282097,282408,282415,283542, 284864,285169-285170,285435: ntp 4.2.8p3. Relnotes: yes Approved by: re (?) --- contrib/ntp/sntp/tests/tests-runner | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 contrib/ntp/sntp/tests/tests-runner (limited to 'contrib/ntp/sntp/tests/tests-runner') diff --git a/contrib/ntp/sntp/tests/tests-runner b/contrib/ntp/sntp/tests/tests-runner new file mode 100755 index 0000000..412516c --- /dev/null +++ b/contrib/ntp/sntp/tests/tests-runner @@ -0,0 +1,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 + -- cgit v1.1