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:
parent
8dfd07b976
commit
4e6b339397
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user