From 28183ed24fe1e85eaa9df0317d6233bb9d37e48f Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 24 11月 2019 21:25:23 +0800 Subject: [PATCH] tests ok --- test/library/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/library/CMakeLists.txt b/test/library/CMakeLists.txt index b7f4d90..dfb681a 100644 --- a/test/library/CMakeLists.txt +++ b/test/library/CMakeLists.txt @@ -69,4 +69,4 @@ 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() -- Gitblit v1.9.1