diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-02-06 09:25:03 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 15:41:42 +0100 |
commit | fa02c23ee2f4bef6be8a502e11fc568dc74b4235 (patch) | |
tree | cce0b71b3404a6d64628424276950e51f09ae124 /unittest/test.cc | |
parent | b16667ba57ef301ef961801676de66cce30d4c52 (diff) | |
download | libnitrokey-fa02c23ee2f4bef6be8a502e11fc568dc74b4235.tar.gz libnitrokey-fa02c23ee2f4bef6be8a502e11fc568dc74b4235.tar.bz2 |
Use CMake instead of Make
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest/test.cc')
-rw-r--r-- | unittest/test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittest/test.cc b/unittest/test.cc index 99f96ac..15235bd 100644 --- a/unittest/test.cc +++ b/unittest/test.cc @@ -1,4 +1,3 @@ -#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() #include "catch.hpp" #include <iostream> |