lumiera_/tests/46node.tests
Ichthyostega a11ee34fc8 Invocation: forge a path for integration
Facing quite some difficulties here, since there are (at least)
two abandoned past efforts towards building a render node network
in the code base; the structure and architecture decisions from these
previous attempts seem largely valid still, yet on a technical level,
the style of construction evolved considerably in the meantime. Moreover,
these old fragments of code, written during the early stages of the
project, were lacking clear goals and anchor points at places;
the situation is quite different now in this respect.

Sticking to well proven practice, the rework will be driven by a test setup,
and will progress over three steps with increasing levels of integration.
2024-04-23 01:13:40 +02:00

26 lines
443 B
Text

TESTING "Component Test Suite: Render Engine parts" ./test-suite --group=node
PLANNED "Proc Node basics" NodeBasic_test <<END
END
PLANNED "Proc Node development" 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