aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-23 20:57:28 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-23 20:57:28 +0100
commitfd78f92863361a3b25808f2ca988f820f2d35618 (patch)
tree1133469354ae661a9d2f8f40f5009b0ed5c5886f /tests/tests.cpp
Create project
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
new file mode 100644
index 0000000..2877213
--- /dev/null
+++ b/tests/tests.cpp
@@ -0,0 +1,6 @@
+#include <catch_amalgamated.hpp>
+
+
+TEST_CASE( "DUMMY TEST", "[test]" ) {
+ REQUIRE( 1 == 1 );
+}