summaryrefslogtreecommitdiffstats
path: root/share/mk/suite.test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/suite.test.mk')
-rw-r--r--share/mk/suite.test.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/share/mk/suite.test.mk b/share/mk/suite.test.mk
index 10bca7a..0d48950 100644
--- a/share/mk/suite.test.mk
+++ b/share/mk/suite.test.mk
@@ -38,13 +38,6 @@ KYUAFILE?= auto
# Makefile to rely on the KYUAFILE=auto behavior defined here.
#TEST_METADATA.<test-program>+= key="value"
-# Path to the prefix of the installed Kyua CLI, if any.
-#
-# If kyua is installed from ports, we automatically define a realtest target
-# below to run the tests using this tool. The tools are searched for in the
-# hierarchy specified by this variable.
-KYUA_PREFIX?= /usr/local
-
.if ${KYUAFILE:tl} != "no"
FILES+= Kyuafile
FILESDIR_Kyuafile= ${TESTSDIR}
@@ -79,7 +72,7 @@ Kyuafile: Makefile
@mv ${.TARGET}.tmp ${.TARGET}
.endif
-KYUA?= ${KYUA_PREFIX}/bin/kyua
+KYUA= ${LOCALBASE}/bin/kyua
.if exists(${KYUA})
# Definition of the "make test" target and supporting variables.
#
OpenPOWER on IntegriCloud