]> granicus.if.org Git - icinga2/blobdiff - test/CMakeLists.txt
Remove ApiUser password_hash functionality
[icinga2] / test / CMakeLists.txt
index 29a16646f8f79dc28c5306c0ca1719ff1f4838cb..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>
@@ -142,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)