lumiera_/tests/46node.tests
Ichthyostega 907fbef1ad Invocation: establish a concept how to handle parameter data
This was an extended digression into architecture planning,
which became necessary in order to suitably map out the role
for the `TurnoutSystem` — which can now be defined as ''mediator''
to connect and forward control- and parameter data while specific
render invocation proceeds through the render node network.
2024-12-06 00:16:04 +01:00

30 lines
499 B
Text

TESTING "Component Test Suite: Render Engine parts" ./test-suite --group=node
PLANNED "Proc Node basics" NodeBasic_test <<END
END
PLANNED "Proc Node creation" NodeBuilder_test <<END
END
TEST "Proc Node test support" NodeDevel_test <<END
END
PLANNED "Proc Node fabrication" NodeFactory_test <<END
END
PLANNED "Proc Node connectivity" NodeLinkage_test <<END
END
PLANNED "Proc Node input reading" NodeInput_test <<END
END
PLANNED "Proc Node operation modes" NodeOperation_test <<END
END