X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Ftest.cpp;h=b12d04bc178e945b16ec0d9257b2823311713e5a;hb=5998b18978bd8e7a0c9deb516474634e1d3521c9;hp=da6578e4708f6df6c8dd9f01f5a83a49e0907dfc;hpb=d71d636af8b6f493abe537088464d1dc6b816c04;p=blank.git diff --git a/tst/test.cpp b/tst/test.cpp index da6578e..b12d04b 100644 --- a/tst/test.cpp +++ b/tst/test.cpp @@ -1,3 +1,5 @@ +#include "app/init.hpp" + #include #include @@ -6,6 +8,7 @@ using CppUnit::TextUi::TestRunner; int main(int, char **) { + blank::Init init; TestRunner runner; TestFactoryRegistry ®istry = TestFactoryRegistry::getRegistry();