summaryrefslogtreecommitdiff
path: root/matching/tests/tests_main.cpp
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-06 18:29:25 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-06 18:29:25 +0100
commit5ebf7142b00554b3f5d151c8b4e81b746962a5b8 (patch)
treefc5306ab414ef803e6bcbe13817e1c1d990b08b5 /matching/tests/tests_main.cpp
parent3809e4071827a5959f27e472514eaed08ba6d15e (diff)
Reorganize matching_dist code, minor fixes.
Diffstat (limited to 'matching/tests/tests_main.cpp')
-rw-r--r--matching/tests/tests_main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/matching/tests/tests_main.cpp b/matching/tests/tests_main.cpp
new file mode 100644
index 0000000..1c77b13
--- /dev/null
+++ b/matching/tests/tests_main.cpp
@@ -0,0 +1,2 @@
+#define CATCH_CONFIG_MAIN
+#include "catch/catch.hpp"