2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
8 #include <TestSuiteAddon.h>
10 #include "ConditionsTest.h"
11 #include "SettingsParserTest.h"
12 #include "UtilityTest.h"
18 BTestSuite
* suite
= new BTestSuite("LaunchDaemon");
20 SettingsParserTest::AddTests(*suite
);
21 ConditionsTest::AddTests(*suite
);
22 UtilityTest::AddTests(*suite
);