LUMIERA.clone/tests/32scheduler.tests
Ichthyostega 180c6b8d84 Block-Flow: define next steps to construct
...continue to proceed test-driven
...scheduler internals turn out to be intricate and cohesive,
   and thus the only hope is to adhere to strict testing discipline
2023-07-13 01:51:21 +02:00

37 lines
550 B
Text

TESTING "Component Test Suite: Scheduler" ./test-suite --group=engine
PLANNED "Activity observation framework" ActivityDetector_test <<END
return: 0
END
PLANNED "BlockFlow memory management scheme" BlockFlow_test <<END
return: 0
END
PLANNED "Scheduler Activity Language" SchedulerActivity_test <<END
return: 0
END
PLANNED "Scheduler Layer-1" SchedulerInvocation_test <<END
return: 0
END
PLANNED "Scheduler Layer-2" SchedulerCommutator_test <<END
return: 0
END
PLANNED "Scheduler Integration" SchedulerUsage_test <<END
return: 0
END