Refactor test folder structure

This commit is contained in:
Sebastian Messmer 2015-02-26 17:05:05 +01:00
parent 87db6dfab8
commit 1e2cb46c0b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "../testutils/DataTreeTest.h"
#include "testutils/DataTreeTest.h"
#include <google/gmock/gmock.h>
using ::testing::_;

View File

@ -1,4 +1,4 @@
#include "../testutils/DataTreeTest.h"
#include "testutils/DataTreeTest.h"
#include <google/gmock/gmock.h>
using ::testing::_;