Reorder and change test macros
[platform/core/test/security-tests.git] / tests / framework / src / gdbbacktrace.cpp
similarity index 99%
rename from tests/common/gdbbacktrace.cpp
rename to tests/framework/src/gdbbacktrace.cpp
index b44e30f..a585285 100644 (file)
@@ -28,7 +28,8 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include "gdbbacktrace.h"
+
+#include <dpl/gdbbacktrace.h>
 
 namespace {
 const size_t MAX_BACKTRACE_LINE_LENGTH = 1024;