summaryrefslogtreecommitdiff
path: root/codemaker/test
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2015-08-31 06:22:13 +0000
committerDamjan Jovanovic <damjan@apache.org>2015-08-31 06:22:13 +0000
commit72fd0079a6efa4f27c223f1a0d16dafaf1ff04f7 (patch)
treeaa7de7adfc4bd2de57f3a86bed01172cd6bd8c18 /codemaker/test
parent33abd0564a8a62d8452892d43906c02ef57553ee (diff)
Make main/cppumaker an OOO_SUBSEQUENT_TESTS test as it needs files only built after itself to compile.
Notes
Notes: ignore: googletest
Diffstat (limited to 'codemaker/test')
-rw-r--r--codemaker/test/cppumaker/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/codemaker/test/cppumaker/makefile.mk b/codemaker/test/cppumaker/makefile.mk
index d2aabf6538e9..69dc75eeed45 100644
--- a/codemaker/test/cppumaker/makefile.mk
+++ b/codemaker/test/cppumaker/makefile.mk
@@ -21,6 +21,10 @@
+.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
+nothing .PHONY:
+.ELSE
+
PRJ := ..$/..
PRJNAME := codemaker
TARGET := test_codemaker_cppumaker
@@ -63,3 +67,5 @@ $(MISC)$/$(TARGET)$/types.urd: types.idl
.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
+
+.END # "$(OOO_SUBSEQUENT_TESTS)" == ""