changeset 715:f3709544d0d1

CMake: s/libcommon/libirccd-core in tests
author David Demelier <markand@malikania.fr>
date Mon, 09 Jul 2018 21:10:00 +0200
parents b5282fdcd2b3
children 16e83b636cb8
files tests/src/irccdctl/cli-plugin-config/CMakeLists.txt tests/src/irccdctl/cli-plugin-info/CMakeLists.txt tests/src/irccdctl/cli-plugin-list/CMakeLists.txt tests/src/irccdctl/cli-plugin-load/CMakeLists.txt tests/src/irccdctl/cli-plugin-reload/CMakeLists.txt tests/src/irccdctl/cli-plugin-unload/CMakeLists.txt tests/src/irccdctl/cli-rule-add/CMakeLists.txt tests/src/irccdctl/cli-rule-edit/CMakeLists.txt tests/src/irccdctl/cli-rule-info/CMakeLists.txt tests/src/irccdctl/cli-rule-list/CMakeLists.txt tests/src/irccdctl/cli-rule-move/CMakeLists.txt tests/src/irccdctl/cli-rule-remove/CMakeLists.txt tests/src/libcommon/fs-util/CMakeLists.txt tests/src/libcommon/io/CMakeLists.txt tests/src/libcommon/string-util/CMakeLists.txt
diffstat 15 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/tests/src/irccdctl/cli-plugin-config/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-plugin-config/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-plugin-config
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-plugin-info/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-plugin-info/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-plugin-info
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-plugin-list/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-plugin-list/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-plugin-list
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-plugin-load/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-plugin-load/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-plugin-load
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-plugin-reload/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-plugin-reload/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-plugin-reload
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-plugin-unload/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-plugin-unload/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-plugin-unload
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-rule-add/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-rule-add/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-rule-add
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-rule-edit/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-rule-edit/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-rule-edit
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-rule-info/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-rule-info/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-rule-info
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-rule-list/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-rule-list/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-rule-list
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-rule-move/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-rule-move/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-rule-move
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/irccdctl/cli-rule-remove/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/irccdctl/cli-rule-remove/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,6 +19,6 @@
 irccd_define_test(
     NAME cli-rule-remove
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
     DEPENDS irccd irccdctl
 )
--- a/tests/src/libcommon/fs-util/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/libcommon/fs-util/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,5 +19,5 @@
 irccd_define_test(
     NAME fs-util
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
 )
--- a/tests/src/libcommon/io/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/libcommon/io/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,5 +19,5 @@
 irccd_define_test(
     NAME io
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
 )
--- a/tests/src/libcommon/string-util/CMakeLists.txt	Mon Jul 09 20:41:00 2018 +0200
+++ b/tests/src/libcommon/string-util/CMakeLists.txt	Mon Jul 09 21:10:00 2018 +0200
@@ -19,5 +19,5 @@
 irccd_define_test(
     NAME string-util
     SOURCES main.cpp
-    LIBRARIES libcommon
+    LIBRARIES libirccd-core
 )