aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/BrowserManagerSpec.cpp4
-rw-r--r--spec/CommandInputSpec.cpp4
-rw-r--r--spec/main.cpp2
-rw-r--r--spec/testUtils.cpp (renamed from spec/TestUtils.cpp)0
-rw-r--r--spec/testUtils.h (renamed from spec/TestUtils.h)0
5 files changed, 5 insertions, 5 deletions
diff --git a/spec/BrowserManagerSpec.cpp b/spec/BrowserManagerSpec.cpp
index f4af481..efa1ca3 100644
--- a/spec/BrowserManagerSpec.cpp
+++ b/spec/BrowserManagerSpec.cpp
@@ -2,8 +2,8 @@
#include <QWebEngineProfile>
#include <vector>
-#include "BrowserManager.hpp"
-#include "TestUtils.h"
+#include "testUtils.h"
+#include "widgets/BrowserManager.hpp"
class BrowserManagerSpec : public QObject {
Q_OBJECT
diff --git a/spec/CommandInputSpec.cpp b/spec/CommandInputSpec.cpp
index 5636a63..e687f70 100644
--- a/spec/CommandInputSpec.cpp
+++ b/spec/CommandInputSpec.cpp
@@ -1,6 +1,6 @@
-#include "TestUtils.h"
+#include "testUtils.h"
-#include "CommandInput.hpp"
+#include "widgets/CommandInput.hpp"
class CommandInputSpec : public QObject {
Q_OBJECT
diff --git a/spec/main.cpp b/spec/main.cpp
index c085886..352ecba 100644
--- a/spec/main.cpp
+++ b/spec/main.cpp
@@ -1,4 +1,4 @@
-#include "TestUtils.h"
+#include "testUtils.h"
#include <QtWidgets/qapplication.h>
int main(int argc, char **argv) {
diff --git a/spec/TestUtils.cpp b/spec/testUtils.cpp
index e496a9b..e496a9b 100644
--- a/spec/TestUtils.cpp
+++ b/spec/testUtils.cpp
diff --git a/spec/TestUtils.h b/spec/testUtils.h
index 20b3ba8..20b3ba8 100644
--- a/spec/TestUtils.h
+++ b/spec/testUtils.h