summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2015-08-31 06:41:01 +0000
committerDamjan Jovanovic <damjan@apache.org>2015-08-31 06:41:01 +0000
commit0c0bb56d4d08f918d0df1b43a5c2b01177ca51af (patch)
treefecf3ee0bb905eec4fd755e906299c662c0d96f8 /cppu
parent4386b44824c18859acf06579884a685427355b26 (diff)
Make all cppu tests depend on the idl results. Without this,
"build -P2 -- -P2" often breaks.
Notes
Notes: ignore: googletest
Diffstat (limited to 'cppu')
-rw-r--r--cppu/qa/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/cppu/qa/makefile.mk b/cppu/qa/makefile.mk
index da2d879e3a8a..1a51ca8f7025 100644
--- a/cppu/qa/makefile.mk
+++ b/cppu/qa/makefile.mk
@@ -65,6 +65,9 @@ APP4TEST = enabled
.INCLUDE: target.mk
$(APP1OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+$(APP2OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+$(APP3OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+$(APP4OBJS): $(MISC)$/$(TARGET).cppumaker.flag
$(MISC)$/$(TARGET).cppumaker.flag: $(MISC)$/$(TARGET).rdb
- $(MKDIRHIER) $(MISC)$/$(TARGET)$/inc
@@ -80,4 +83,4 @@ $(MISC)$/$(TARGET)$/types.urd: types.idl
- $(MKDIR) $(MISC)$/$(TARGET)
$(IDLC) -O$(MISC)$/$(TARGET) -I$(SOLARIDLDIR) -cid -we $<
-.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES" \ No newline at end of file
+.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"