Lumiera  0.pre.03
»edit your freedom«
node-storage-test.cpp
Go to the documentation of this file.
1 /*
2  NodeStorage(Test) - verify storage setup for render nodes in the engine
3 
4  Copyright (C)
5  2009, 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 
22 #include "lib/test/run.hpp"
23 //#include "lib/util.hpp"
24 
25 
26 using std::string;
27 
28 
29 namespace steam {
30 namespace engine{
31 namespace test {
32 
33 
34 
35 
36  /***************************************************************/
39  class NodeStorage_test : public Test
40  {
41  virtual void
42  run (Arg)
43  {
44  UNIMPLEMENTED ("build and wire some render nodes");
45  }
46  };
47 
48 
50  LAUNCHER (NodeStorage_test, "unit node");
51 
52 
53 
54 }}} // namespace steam::engine::test
Definition: run.hpp:40
Steam-Layer implementation namespace root.
Simplistic test class runner.