From 5a8a12d7a2c69610cd7a9a00ed1b3579b750a914 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 16 11月 2019 21:39:10 +0800 Subject: [PATCH] issue #42 #38 \n review build system, \n issue #38 added clang format --- test/library/CMakeLists.txt | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/test/library/CMakeLists.txt b/test/library/CMakeLists.txt index b7f4d90..d10f25d 100644 --- a/test/library/CMakeLists.txt +++ b/test/library/CMakeLists.txt @@ -69,4 +69,18 @@ ADD_TEST(NAME test_event_registry COMMAND wine ${CMAKE_CURRENT_BINARY_DIR}/test_event_registry) ELSE() ADD_TEST(NAME test_event_registry COMMAND test_event_registry) -ENDIF() \ No newline at end of file +ENDIF() + +### verifier tests +add_executable( + test_verifier + verifier_test.cpp +) + +target_link_libraries( + test_verifier + base + ${Boost_LIBRARIES} +) + +ADD_TEST(NAME test_verifier COMMAND test_verfier) \ No newline at end of file -- Gitblit v1.9.1