Project fixes and correct MARTe style makefile and source structure

This commit is contained in:
Martino Ferrari
2026-03-03 15:15:52 +01:00
parent 631417ef10
commit e6102ba433
51 changed files with 3309 additions and 1865 deletions

14
Test/Makefile.inc Normal file
View 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)