LUMIERA.clone/tests
Ichthyostega 7bbfb4bc68 implement nested mutation of sub structures
...basically this worked right away and was easy to put together.
However, when considering how many components, indirections and
nested lambdas are working together here, I feel a bit dizzy...

:-/
2016-04-17 04:51:19 +02:00
..
backend
basics clean-up(#985): unify various type-indicating helpers 2016-01-09 02:05:23 +01:00
core immutable-arguments(#989): add a first-class unit test (closes #989) 2016-02-07 02:59:03 +01:00
gui Element protocol: broadcast of state reset messages unit test PASS 2016-02-14 05:03:08 +01:00
include
library implement nested mutation of sub structures 2016-04-17 04:51:19 +02:00
operation mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
plugin mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
tool
00helloworld.tests
00support.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
00test.tests
10errorhandling.tests
10exception.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
11list.tests
11locking.tests
11luid.tests
11mpool.tests LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
11priqueue.tests
11safeclib.tests
11slist.tests
11time.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
12metaprogramming.tests immutable-arguments(#989): verify the tuple builder can handle those too 2016-02-07 02:20:01 +01:00
15library.tests WIP: desperate attempt to get out of the design deadlock 2016-02-26 22:57:49 +01:00
20config_lowlevel.tests
20filedescriptor.tests
20filehandle.tests
20threads.tests
22config_highlevel.tests
25fundamental.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
30backend-file.tests
30backend-scheduler.tests
30backend-threadpool.tests
30interfaces.tests
30mmap.tests
30resourcecollector.tests
31fileheader.tests
31plugin.tests
40core.tests
41asset.tests fix and adjust broken test defintions. Closes #985 2016-01-10 12:25:45 +01:00
42query.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
43session.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
44builder.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
45controller.tests immutable-arguments(#989): add a first-class unit test (closes #989) 2016-02-07 02:59:03 +01:00
46engine.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
47playout.tests
48proc-operate.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
51-gui-model.tests state manager storage implemented and covered by unit test 2016-02-13 22:55:59 +01:00
80-regression.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
DIR_INFO
SConscript build/platform: make lib SigC++ available for GUI test code 2015-12-25 03:06:33 +01:00
test.conf Testsuite: change resource limits to work on Debian/Jessie 2015-08-16 01:17:39 +02:00
test.sh test.sh - reorganise how limits are set 2015-08-16 01:17:39 +02:00
testrunner.cpp