LUMIERA.clone/tests/46node.tests
Ichthyostega 544075d143 Invocation: rearrange the Render Node development tests
This is an attempt to take aim at the next step,
which is to fill in the missing part for an actual node invocation...

''...still fighting to get ahead, due to complexity of involced concerns...''
2024-12-07 02:17:55 +01:00

34 lines
553 B
Text

TESTING "Component Test Suite: Render Engine parts" ./test-suite --group=node
PLANNED "Proc Node basics" NodeBase_test <<END
END
PLANNED "Proc Node creation" NodeBuilder_test <<END
END
TEST "Proc Node test setup" NodeDevel_test <<END
END
PLANNED "Proc Node data feeds" NodeFeed_test <<END
END
PLANNED "Proc Node connectivity" NodeLink_test <<END
END
PLANNED "Proc Node metadata key" NodeMeta_test <<END
END
PLANNED "Proc Node operation modes" NodeOpera_test <<END
END
PLANNED "Proc Node engine storage setup" NodeStorage_test <<END
END