081602633a
Includes a simple automated testing framework for Nasal (Aircraft/Generic/Systems/Tests/test.nas) and a collection of unit tests for the failure manager, mostly for the different triggers.
7 lines
452 B
Text
7 lines
452 B
Text
# Aggregation of all tests for the Failure Manager
|
|
|
|
io.include("Aircraft/Generic/Systems/Tests/FailureMgr/test_cycle_counter.nas");
|
|
io.include("Aircraft/Generic/Systems/Tests/FailureMgr/test_altitude_trigger.nas");
|
|
io.include("Aircraft/Generic/Systems/Tests/FailureMgr/test_mcbf_trigger.nas");
|
|
io.include("Aircraft/Generic/Systems/Tests/FailureMgr/test_mtbf_trigger.nas");
|
|
io.include("Aircraft/Generic/Systems/Tests/FailureMgr/test_failure_mode.nas");
|