diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-01 21:05:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-01 21:06:42 +0300 |
commit | ff6072a39712005360728720f49fb54ad27487c5 (patch) | |
tree | 5c3d4a15a1a2a1d49e5c587b69c937debbf88ec0 /cppuhelper | |
parent | 7ff697bc1352d55bb26ca59b6345b7da5ad16152 (diff) |
Nah, these must be subsequent tests also for iOS
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/qa/propertysetmixin/makefile.mk | 2 | ||||
-rw-r--r-- | cppuhelper/qa/static/makefile.mk | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk index 6f43fc740fb7..da794dbccb16 100644 --- a/cppuhelper/qa/propertysetmixin/makefile.mk +++ b/cppuhelper/qa/propertysetmixin/makefile.mk @@ -25,7 +25,7 @@ # #************************************************************************* -.IF "$(OOO_SUBSEQUENT_TESTS)" == "" && "$(OS)" != "IOS" +.IF "$(OOO_SUBSEQUENT_TESTS)" == "" nothing .PHONY: .ELSE diff --git a/cppuhelper/qa/static/makefile.mk b/cppuhelper/qa/static/makefile.mk index b9c5e2d9a49f..1eb7d1f299fc 100644 --- a/cppuhelper/qa/static/makefile.mk +++ b/cppuhelper/qa/static/makefile.mk @@ -25,6 +25,10 @@ # #***********************************************************************/ +.IF "$(OOO_SUBSEQUENT_TESTS)" == "" +nothing .PHONY: +.ELSE + PRJ = ../.. PRJNAME = cppuhelper TARGET = cppuhelper_cppunittester_all @@ -57,3 +61,5 @@ APP1STDLIBS = $(CPPUNITLIB) $(CPPULIB) $(SALLIB) $(SALHELPERLIB) APP1TARGET = $(TARGET) .INCLUDE: target.mk + +.ENDIF |