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

View File

@@ -7,15 +7,12 @@ An interactive observability and debugging suite for the MARTe2 real-time framew
### 1. Build the project
```bash
. ./env.sh
cd Build
cmake ..
make -j$(nproc)
make -f Makefile.gcc
```
### 2. Run Integration Tests
```bash
./Test/Integration/ValidationTest # Verifies 100Hz tracing
./Test/Integration/SchedulerTest # Verifies execution control
./Build/x86-linux/Test/Integration/Integration/IntegrationTests.ex # Runs all tests
```
### 3. Launch GUI