X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Ftest.cxx;h=ea8c47389d023e9c9d66c517294492c24d6aae5e;hp=66cde1274861825036d3d7ab3ac0e6f961c23016;hb=HEAD;hpb=9cf22741bcee8b33aa0e4a77d97b361dec7074d7 diff --git a/src/test.cxx b/src/test.cxx index 66cde12..ea8c473 100644 --- a/src/test.cxx +++ b/src/test.cxx @@ -3,6 +3,7 @@ #include "log4cxx/basicconfigurator.h" #include #include "Config.hxx" +#include "core/Settings.hxx" const char* TEST_DATA_DIRECTORY; @@ -14,6 +15,7 @@ int main(int argc, char **argv) { log4cxx::Logger::getRootLogger()->setLevel(level); QApplication::addLibraryPath(CONFIG_LIBDIR); + Settings settings; if (argc > 1) TEST_DATA_DIRECTORY = argv[1]; else