From 313943d6f1254e76d5abdb04598c506b6c21e5a4 Mon Sep 17 00:00:00 2001 From: Oleh Date: Thu, 22 Feb 2024 13:17:44 +0000 Subject: [PATCH] add test --- TestUtils.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TestUtils.cpp b/TestUtils.cpp index 7354eb7e..45f903d2 100644 --- a/TestUtils.cpp +++ b/TestUtils.cpp @@ -54,9 +54,12 @@ #include "sgxwallet.h" #include "stubclient.h" #include "testw.h" -#include "third_party/catch.hpp" #include +#define CATCH_CONFIG_MAIN +#include "third_party/catch.hpp" + + using namespace jsonrpc; using namespace std;