From 1729acd9b72369af45ee5ed45a8d29642f3df367 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 6 Jun 2017 09:11:22 +0200 Subject: wip o Dropping Samsung-specific code, will be replaces by a small script. o Starting on some unit test code. --- test/tests.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/tests.cpp (limited to 'test/tests.cpp') diff --git a/test/tests.cpp b/test/tests.cpp new file mode 100644 index 0000000..0c7c351 --- /dev/null +++ b/test/tests.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" -- cgit v1.2.3