Project fixes and correct MARTe style makefile and source structure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user