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.
17 lines
303 B
Text
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
|