Lumiera  0.pre.03
»edit your freedom«
node-builder-test.cpp
Go to the documentation of this file.
1 /*
2  NodeBuilder(Test) - creation and setup of render nodes
3 
4  Copyright (C)
5  2024, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 * *****************************************************************/
13 
19 #include "lib/test/run.hpp"
21 //#include "lib/util.hpp"
22 
23 
24 using std::string;
25 
26 
27 namespace steam {
28 namespace engine{
29 namespace test {
30 
31 
32 
33 
34  /***************************************************************/
37  class NodeBuilder_test : public Test
38  {
39  virtual void
40  run (Arg)
41  {
42  UNIMPLEMENTED ("build and wire some render nodes");
43  }
44  };
45 
46 
48  LAUNCHER (NodeBuilder_test, "unit node");
49 
50 
51 
52 }}} // namespace steam::engine::test
Definition: run.hpp:40
Specialised shorthand notation for building the Render Node network.
Steam-Layer implementation namespace root.
Simplistic test class runner.