Remove registration of C++ test programs into PROGS.

C++ programs need to be added to PROGS_CXX, not PROGS, and the code was
actually doing both.  Just keep the registration into PROGS_CXX to
prevent possible obscure build problems.

Approved by:	rpaulo (mentor)
This commit is contained in:
Julio Merino 2013-11-18 12:44:05 +00:00
parent 8dfd07b976
commit 4e6b339397
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258297
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ TEST_INTERFACE.${_T}= atf
.if !empty(ATF_TESTS_CXX)
PROGS_CXX+= ${ATF_TESTS_CXX}
PROGS+= ${ATF_TESTS_CXX}
_TESTS+= ${ATF_TESTS_CXX}
.for _T in ${ATF_TESTS_CXX}
BINDIR.${_T}= ${TESTSDIR}

View File

@ -30,7 +30,6 @@ TEST_INTERFACE.${_T}= plain
.if !empty(PLAIN_TESTS_CXX)
PROGS_CXX+= ${PLAIN_TESTS_CXX}
PROGS+= ${PLAIN_TESTS_CXX}
_TESTS+= ${PLAIN_TESTS_CXX}
.for _T in ${PLAIN_TESTS_CXX}
BINDIR.${_T}= ${TESTSDIR}