diff options
author | Tom Hughes <tom@compton.nu> | 2018-07-23 19:02:56 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-07-24 10:27:56 +0200 |
commit | 8de3f4d145c8f0321164afdcd1fa3d0e0c374e97 (patch) | |
tree | 2b23fca870eacbab42191f2e696061ec1645fceb /unittest/catch_main.cpp | |
parent | 5e8073e4c722f75523156db617c5d8f011d28538 (diff) | |
download | libnitrokey-8de3f4d145c8f0321164afdcd1fa3d0e0c374e97.tar.gz libnitrokey-8de3f4d145c8f0321164afdcd1fa3d0e0c374e97.tar.bz2 |
Update for compatibility with Catch2 version 2.3.0
Diffstat (limited to 'unittest/catch_main.cpp')
-rw-r--r-- | unittest/catch_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/catch_main.cpp b/unittest/catch_main.cpp index 0ef4a4b..11a0a3a 100644 --- a/unittest/catch_main.cpp +++ b/unittest/catch_main.cpp @@ -20,4 +20,4 @@ */ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() -#include "catch.hpp"
\ No newline at end of file +#include "catch2/catch.hpp"
\ No newline at end of file |