summaryrefslogtreecommitdiff
path: root/tests/test_logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_logic.cpp')
-rw-r--r--tests/test_logic.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_logic.cpp b/tests/test_logic.cpp
index e471e99..5ddbd8c 100644
--- a/tests/test_logic.cpp
+++ b/tests/test_logic.cpp
@@ -30,6 +30,8 @@
#include <logic_.h>
#include <app_event_operators.h>
+#include "client/ocsp-client.h"
+
using namespace CCHECKER;
namespace {
@@ -53,6 +55,14 @@ std::string log_apps(std::list<app_t> &apps, std::list<app_t> buff)
BOOST_FIXTURE_TEST_SUITE(LOGIC_TEST, LogicWrapper)
+// TODO(sangwan.kwon) : seperate anothor test program
+BOOST_AUTO_TEST_CASE(client) {
+
+ CCHECKER::Client::OcspClient oc;
+ oc.request();
+
+}
+
BOOST_AUTO_TEST_CASE(logic_setup) {
BOOST_REQUIRE(setup() == NO_ERROR);