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 | 5a82fce495a1fd806d3a76699aaac61327c77346 (patch) | |
tree | 4e8f938bc549de755d95f46c9ec8eb33144dee10 | |
parent | df1d4b7c85aebd69ba7192cb9e8b2cc1cf2f32a4 (diff) |
Nah, these must be subsequent tests also for iOS
-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 6f43fc740..da794dbcc 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 b9c5e2d9a..1eb7d1f29 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 |