Project fixes and correct MARTe style makefile and source structure
This commit is contained in:
14
Test/Makefile.inc
Normal file
14
Test/Makefile.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
SPB = UnitTests.x Integration.x
|
||||
|
||||
PACKAGE = Test
|
||||
|
||||
ROOT_DIR = ..
|
||||
|
||||
MAKEDEFAULTDIR=$(MARTe2_DIR)/MakeDefaults
|
||||
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibDefs.$(TARGET)
|
||||
|
||||
all: $(SUBPROJ)
|
||||
echo $(SUBPROJ)
|
||||
|
||||
include $(MAKEDEFAULTDIR)/MakeStdLibRules.$(TARGET)
|
||||
Reference in New Issue
Block a user