[Midnightbsd-cvs] src [10259] trunk/share/mk/atf.test.mk: update
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 2 17:58:53 EDT 2018
Revision: 10259
http://svnweb.midnightbsd.org/src/?rev=10259
Author: laffer1
Date: 2018-06-02 17:58:53 -0400 (Sat, 02 Jun 2018)
Log Message:
-----------
update
Modified Paths:
--------------
trunk/share/mk/atf.test.mk
Modified: trunk/share/mk/atf.test.mk
===================================================================
--- trunk/share/mk/atf.test.mk 2018-06-02 21:58:22 UTC (rev 10258)
+++ trunk/share/mk/atf.test.mk 2018-06-02 21:58:53 UTC (rev 10259)
@@ -1,5 +1,5 @@
# $MidnightBSD$
-# $FreeBSD: stable/10/share/mk/atf.test.mk 289953 2015-10-25 22:23:04Z ngie $
+# $FreeBSD: stable/10/share/mk/atf.test.mk 292148 2015-12-13 04:20:47Z ngie $
#
# You must include bsd.test.mk instead of this file from your Makefile.
#
@@ -23,29 +23,6 @@
ATF_TESTS_CXX?=
ATF_TESTS_SH?=
-# Path to the prefix of the installed ATF tools, if any.
-#
-# If atf-run and atf-report are installed from ports, we automatically define a
-# realregress target below to run the tests using these tools. The tools are
-# searched for in the hierarchy specified by this variable.
-ATF_PREFIX?= /usr/local
-
-# C compiler passed to ATF tests that need to build code.
-ATF_BUILD_CC?= ${DESTDIR}/usr/bin/cc
-TESTS_ENV+= ATF_BUILD_CC=${ATF_BUILD_CC}
-
-# C preprocessor passed to ATF tests that need to build code.
-ATF_BUILD_CPP?= ${DESTDIR}/usr/bin/cpp
-TESTS_ENV+= ATF_BUILD_CPP=${ATF_BUILD_CPP}
-
-# C++ compiler passed to ATF tests that need to build code.
-ATF_BUILD_CXX?= ${DESTDIR}/usr/bin/c++
-TESTS_ENV+= ATF_BUILD_CXX=${ATF_BUILD_CXX}
-
-# Shell interpreter used to run atf-sh(1) based tests.
-ATF_SHELL?= ${DESTDIR}/bin/sh
-TESTS_ENV+= ATF_SHELL=${ATF_SHELL}
-
.if !empty(ATF_TESTS_C)
PROGS+= ${ATF_TESTS_C}
_TESTS+= ${ATF_TESTS_C}
More information about the Midnightbsd-cvs
mailing list