From b7c1a7a78bcf1c1824e893e2b4f4620def043c9c Mon Sep 17 00:00:00 2001 From: Lars Langhans Date: Fri, 23 Jul 2010 12:20:26 +0200 Subject: sb123:#i111449# fix all run through problems for qa/complex tests --- framework/qa/complex/XUserInputInterception/makefile.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'framework/qa') diff --git a/framework/qa/complex/XUserInputInterception/makefile.mk b/framework/qa/complex/XUserInputInterception/makefile.mk index fff9ea938f6b..d25ec9b4f6f7 100644 --- a/framework/qa/complex/XUserInputInterception/makefile.mk +++ b/framework/qa/complex/XUserInputInterception/makefile.mk @@ -24,10 +24,17 @@ # for a copy of the LGPLv3 License. # #************************************************************************* + .IF "$(OOO_SUBSEQUENT_TESTS)" == "" nothing .PHONY: .ELSE +# we don't want something like this. +# .IF "$(OS)"=="LINUX" +# nothing .PHONY: +# @echo "Test marked as failed on this platform" +# .END + PRJ = ../../.. PRJNAME = framework TARGET = qa_complex_xuserinputinterception -- cgit