lumiera_/tests/46node.tests
Ichthyostega 6c2761b337 Invocation: complement NodeBase_test with simple example
While initially intended as introductory test, it meanwhile
focuses on intricate technical details on the level of
basic building blocks, notably the `FeedManifold`

Now I have added a simple end-to-end demonstration example
how a Render Node is built from scratch, leaving out all
technical details and all convenience front-ends like
the `NodeBuilder` — just one dummy port invoked directly.
2025-02-19 01:30:54 +01:00

34 lines
544 B
Text

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