From 5ebf7142b00554b3f5d151c8b4e81b746962a5b8 Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Fri, 6 Mar 2020 18:29:25 +0100 Subject: Reorganize matching_dist code, minor fixes. --- matching/tests/tests_main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 matching/tests/tests_main.cpp (limited to 'matching/tests/tests_main.cpp') 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" -- cgit v1.2.3