aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-09 08:32:39 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-09 08:32:39 +0100
commit6e4681a86fc1d118571dac06ffa811a988a1066a (patch)
tree14d03aa3dbd65e91f74d041ae8203b8c7d13cdf4 /tests
parent60072c1d8089ffd3294e76636198d14710be95b8 (diff)
downloadYAGE-6e4681a86fc1d118571dac06ffa811a988a1066a.tar.gz
YAGE-6e4681a86fc1d118571dac06ffa811a988a1066a.zip
Stable build
Diffstat (limited to 'tests')
-rw-r--r--tests/matrixtest.cpp2
-rw-r--r--tests/particlebodytest.cpp2
-rw-r--r--tests/windowtest.cpp2
-rw-r--r--tests/yagetest.cpp3
4 files changed, 4 insertions, 5 deletions
diff --git a/tests/matrixtest.cpp b/tests/matrixtest.cpp
index b570f6d4..9cc8bccc 100644
--- a/tests/matrixtest.cpp
+++ b/tests/matrixtest.cpp
@@ -6,7 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#include <YAGE/Math/math.h>
+#include <yage/yage.h>
#include <gtest/gtest.h>
#include <algorithm>
diff --git a/tests/particlebodytest.cpp b/tests/particlebodytest.cpp
index b359cb73..4b8c92b2 100644
--- a/tests/particlebodytest.cpp
+++ b/tests/particlebodytest.cpp
@@ -6,7 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#include <YAGE/Physics/particlebody.h>
+#include <yage/yage.h>
#include <gtest/gtest.h>
#include <cmath>
diff --git a/tests/windowtest.cpp b/tests/windowtest.cpp
index e6739720..464d4c68 100644
--- a/tests/windowtest.cpp
+++ b/tests/windowtest.cpp
@@ -6,7 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#include <YAGE/yage.h>
+#include <yage/yage.h>
#include <gtest/gtest.h>
TEST(Window, Open)
diff --git a/tests/yagetest.cpp b/tests/yagetest.cpp
index 8d590b4a..0b8615bc 100644
--- a/tests/yagetest.cpp
+++ b/tests/yagetest.cpp
@@ -6,10 +6,9 @@
* ----------------------------------------------------------------------------
*/
+#include <yage/yage.h>
#include <gtest/gtest.h>
-#include <YAGE/yage.h>
-
TEST(YAGE, InitQuit)
{
ASSERT_TRUE(yage::init());