summaryrefslogtreecommitdiff
path: root/solenv/inc/cppunit.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-12 14:41:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-12 22:47:48 +0200
commit30ad5e9d87adec68971464d49c733e29fc643847 (patch)
treef181812ee1946eb2c5e755569fa6c2a333716357 /solenv/inc/cppunit.mk
parent2b39501b8ec6affb8afa9c6b93dff434b075e211 (diff)
sb140: #i117694# some CppUnit related cleanup
Diffstat (limited to 'solenv/inc/cppunit.mk')
-rw-r--r--solenv/inc/cppunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/cppunit.mk b/solenv/inc/cppunit.mk
index b30ca7152700..af3639138fb2 100644
--- a/solenv/inc/cppunit.mk
+++ b/solenv/inc/cppunit.mk
@@ -44,7 +44,7 @@
# unroll begin
# ---- create the test libraries ------------------------------------
-.IF "$(SHL$(TNR)TARGETN)"!=""
+.IF "$(SHL$(TNR)TARGETN)"!="" && "$(SHL$(TNR)CPPUNITTEST)"!="FALSE"
ALLTAR : test$(TNR)
test$(TNR) .PHONY : $(SHL$(TNR)TARGETN)
@echo ----------------------------------------------------------