twiddle test for portability

This commit is contained in:
Damien Miller 2015-02-27 15:52:49 -08:00
parent 1ad3a77cc9
commit f7f3116abf

View File

@ -207,7 +207,7 @@ interop: ${INTEROP_TARGETS}
unit: unit:
set -e ; if test -z "${SKIP_UNIT}" ; then \ set -e ; if test -z "${SKIP_UNIT}" ; then \
V="" ; \ V="" ; \
test "x${USE_VALGRIND}" != "x" && \ test "x${USE_VALGRIND}" = "x" || \
V=${.CURDIR}/valgrind-unit.sh ; \ V=${.CURDIR}/valgrind-unit.sh ; \
$$V ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ $$V ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
$$V ${.OBJDIR}/unittests/sshkey/test_sshkey \ $$V ${.OBJDIR}/unittests/sshkey/test_sshkey \