lumiera_/tests/47playout.tests
Ichthyostega ada5cefaaf re-arrange tests according to layer structure
the buildsystem will now pick up and link
all test cases according to the layer, e.g.
backend tests will automatically be linked
against the backend + library solely.
2013-01-07 05:43:01 +01:00

17 lines
303 B
Text

TESTING "Component Test Suite: Player and Output" ./test-suite --group=player
PLANNED "Dummy Player setup" DummyPlayConnection_test <<END
return: 0
END
TEST "Output Slot Protocol" OutputSlotProtocol_test <<END
return: 0
END
PLANNED "Timing constraints" TimingConstraints_test <<END
return: 0
END