Kaydet (Commit) ff6072a3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Nah, these must be subsequent tests also for iOS

üst 7ff697bc
......@@ -25,7 +25,7 @@
#
#*************************************************************************
.IF "$(OOO_SUBSEQUENT_TESTS)" == "" && "$(OS)" != "IOS"
.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
nothing .PHONY:
.ELSE
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment