diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 14:41:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 22:47:48 +0200 |
commit | 30ad5e9d87adec68971464d49c733e29fc643847 (patch) | |
tree | f181812ee1946eb2c5e755569fa6c2a333716357 /solenv/inc/cppunit.mk | |
parent | 2b39501b8ec6affb8afa9c6b93dff434b075e211 (diff) |
sb140: #i117694# some CppUnit related cleanup
Diffstat (limited to 'solenv/inc/cppunit.mk')
-rw-r--r-- | solenv/inc/cppunit.mk | 2 |
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 ---------------------------------------------------------- |