]> granicus.if.org Git - icinga2/blobdiff - test/CMakeLists.txt
Remove ApiUser password_hash functionality
[icinga2] / test / CMakeLists.txt
index 5fce798331e252cc45ca411ae953dba3de7b0527..78955005291caf32b6b39228f5d9167a2b1b15a4 100644 (file)
@@ -43,7 +43,6 @@ set(base_test_SOURCES
   icinga-notification.cpp
   icinga-perfdata.cpp
   remote-url.cpp
-  remote-user.cpp
   ${base_OBJS}
   $<TARGET_OBJECTS:config>
   $<TARGET_OBJECTS:remote>
@@ -63,6 +62,7 @@ add_boost_test(base
     base_array/resize
     base_array/insert
     base_array/remove
+    base_array/unique
     base_array/foreach
     base_array/clone
     base_array/json
@@ -141,7 +141,6 @@ add_boost_test(base
     remote_url/get_and_set
     remote_url/format
     remote_url/illegal_legal_strings
-    api_user/password
 )
 
 if(ICINGA2_WITH_LIVESTATUS)