Lumiera
0.pre.03
»edit your freedom«
build-segment-test.cpp
Go to the documentation of this file.
1
/*
2
BuildSegment(Test) - building the render-tree for a segment of the Timeline
3
4
Copyright (C)
5
2008, 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
"
20
//#include "lib/util.hpp"
21
22
23
//using std::string;
24
25
26
namespace
steam
{
27
namespace
mobject {
28
namespace
builder {
29
namespace
test
{
30
31
32
33
34
/***************************************************************/
38
class
BuildSegment_test
:
public
Test
39
{
40
virtual
void
run(Arg)
41
{
42
UNIMPLEMENTED (
"oh my"
);
43
}
44
};
45
46
48
LAUNCHER (
BuildSegment_test
,
"function builder"
);
49
50
51
52
}}}}
// namespace steam::mobject::builder::test
test
Definition:
run.hpp:40
steam
Steam-Layer implementation namespace root.
Definition:
dummy-player-facade.h:37
steam::mobject::builder::test::BuildSegment_test
Definition:
build-segment-test.cpp:38
run.hpp
Simplistic test class runner.
core
steam
mobject
builder
build-segment-test.cpp
Generated on Fri Dec 13 2024 05:05:32 for Lumiera by
1.8.13