aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-10-01 11:05:42 +0200
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-10-01 11:05:42 +0200
commit8e66301577551bc5b8a2e169be173e71de2f5e4e (patch)
tree52797ebfe53007eaf502c9cf9aafbd34817f5d0b /test
parent2d13805218eb34b6e06205c1b65c341ebcdad504 (diff)
parentf4560e02f703f1c6f857c8e5af63fa9fc4ca6438 (diff)
Merge branch 'master' into niels/resource-manager
Diffstat (limited to 'test')
-rw-r--r--test/dummy.cpp5
-rw-r--r--test/makefile7
2 files changed, 1 insertions, 11 deletions
diff --git a/test/dummy.cpp b/test/dummy.cpp
index 08850b2..a00a9c6 100644
--- a/test/dummy.cpp
+++ b/test/dummy.cpp
@@ -1,6 +1,3 @@
#include <gtest/gtest.h>
-TEST(dummy, foo) {
- ASSERT_TRUE(1);
-}
-
+TEST(dummy, foo) { ASSERT_TRUE(1); }
diff --git a/test/makefile b/test/makefile
deleted file mode 100644
index 7aeee34..0000000
--- a/test/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-TARGET = $(BUILD_DIR)/test
-
-include ../lazy.mk
-
-test: $(TARGET) FORCE
- $(TARGET)
-