diff test/main.cpp @ 190:70b0f1f9e039

Setup test harness (Catch), integrate into build system.
author Lucas Thompson <dev@lucas.im>
date Tue, 07 Feb 2017 11:07:17 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/main.cpp	Tue Feb 07 11:07:17 2017 +0000
@@ -0,0 +1,2 @@
+#define CATCH_CONFIG_MAIN
+#include "catch/catch.hpp"