summaryrefslogtreecommitdiff
path: root/geom_bottleneck/tests/tests_main.cpp
diff options
context:
space:
mode:
authorArnur Nigmetov <a.nigmetov@gmail.com>2018-06-03 22:39:49 +0200
committerArnur Nigmetov <a.nigmetov@gmail.com>2018-06-03 22:39:49 +0200
commita9d06f12ecbaa055d17970e09827ea7b67d1f53c (patch)
treec3fd2db39266cb76b3d8eefb005c0580ed97dfbd /geom_bottleneck/tests/tests_main.cpp
parentc76e88bca80bfb4d29684891f2a954064532c2d0 (diff)
First tests added
Preparation for longest edge computation.
Diffstat (limited to 'geom_bottleneck/tests/tests_main.cpp')
-rw-r--r--geom_bottleneck/tests/tests_main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/geom_bottleneck/tests/tests_main.cpp b/geom_bottleneck/tests/tests_main.cpp
new file mode 100644
index 0000000..d24407e
--- /dev/null
+++ b/geom_bottleneck/tests/tests_main.cpp
@@ -0,0 +1,3 @@
+#define LOG_AUCTION
+#define CATCH_CONFIG_MAIN
+#include "catch/catch.hpp"