diff options
Diffstat (limited to 'p2pvr/daemon/unittests/testp2ice.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testp2ice.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p2pvr/daemon/unittests/testp2ice.cpp b/p2pvr/daemon/unittests/testp2ice.cpp index 23fcbdc..4d29cc9 100644 --- a/p2pvr/daemon/unittests/testp2ice.cpp +++ b/p2pvr/daemon/unittests/testp2ice.cpp @@ -4,6 +4,7 @@ #include <testOptionsSource.h> #include <definedDirs.h> #include <sourceObject.h> +#include <testAppInstance.h> const boost::filesystem::path variant = BinDir.leaf(); const boost::filesystem::path compiler = BinDir.parent_path().leaf(); @@ -29,6 +30,8 @@ unloadTests() BOOST_WARN_THROW(ElementLoader::getFor("p2pvrservicestream"), NotSupported); } +BOOST_GLOBAL_FIXTURE( TestAppInstance ); + BOOST_AUTO_TEST_CASE( compile_client_clientOnly ) { TestOptionsSource::LoadTestOptions({ }); |