Kaydet (Commit) 0c0bb56d authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

Make all cppu tests depend on the idl results. Without this,

"build -P2 -- -P2" often breaks.
üst 4386b448
......@@ -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"
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