aboutsummaryrefslogtreecommitdiff
path: root/test/dummy.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 14:16:57 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 14:16:57 +0200
commitf4bb6d57cc88a7e25b3a5f43faafa49a7f500b7c (patch)
treebe9be8157c10599f572d20113795dc14c620a292 /test/dummy.cpp
parent65eda52aa51017f6f7aad158c4f8b6e91054cf0d (diff)
restructure unit tests and dummies
Diffstat (limited to 'test/dummy.cpp')
-rw-r--r--test/dummy.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dummy.cpp b/test/dummy.cpp
deleted file mode 100644
index a00a9c6..0000000
--- a/test/dummy.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <gtest/gtest.h>
-
-TEST(dummy, foo) { ASSERT_TRUE(1); }