From e85dfb65934efb47c42ee7adacbd3215764cf4e6 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 8 Nov 2018 18:43:32 -0800 Subject: tests: move most tests into tests/ Cuts the clutter a bit in the top level directory. --- regress-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress-driver') diff --git a/regress-driver b/regress-driver index fe42970a..0cd09513 100755 --- a/regress-driver +++ b/regress-driver @@ -138,7 +138,7 @@ case $mode in trap 'rm -f ${TMP}/test-$$.chk; exit $errors' EXIT HUP INT TERM case $testing in daemon) TMPDIR=${TMP} ${PYTHON} ${PYTHON_COVERAGE} ${GPSD_HOME}/gpsfake -s 38400 -1 -p $opts ${f} | ${GPSFILTER} ${ALTFILTER} >${TMP}/test-$$.chk ;; - clientlib) ${GPSD_HOME}/test_libgps -b <${f} >${TMP}/test-$$.chk ;; + clientlib) ${GPSD_HOME}/tests/test_libgps -b <${f} >${TMP}/test-$$.chk ;; esac if [ "${ALTFILTER}" ] then -- cgit v1.2.1