summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/envs/CMakeLists.txt3
-rw-r--r--test/unit/common/profile_test.cpp1
2 files changed, 2 insertions, 2 deletions
diff --git a/test/envs/CMakeLists.txt b/test/envs/CMakeLists.txt
index 374c39f..3d535f3 100644
--- a/test/envs/CMakeLists.txt
+++ b/test/envs/CMakeLists.txt
@@ -1,2 +1,3 @@
# OpenGL tests
-add_subdirectory(opengl)
+# TODO: fix dependency on resource manager and re-enable
+#add_subdirectory(opengl)
diff --git a/test/unit/common/profile_test.cpp b/test/unit/common/profile_test.cpp
index 714b2c2..d85017b 100644
--- a/test/unit/common/profile_test.cpp
+++ b/test/unit/common/profile_test.cpp
@@ -30,7 +30,6 @@ class CProfileTest : public testing::Test
{
protected:
CProfile m_profile;
-
};
TEST_F(CProfileTest, ReadTest)