mirror of https://github.com/Icinga/icinga2.git
parent
c8816385e5
commit
20174a0baa
|
@ -120,7 +120,7 @@ if(ICINGA2_WITH_LIVESTATUS)
|
|||
|
||||
add_boost_test(livestatus
|
||||
SOURCES livestatus-test.cpp ${livestatus_test_SOURCES}
|
||||
LIBRARIES base config icinga methods livestatus
|
||||
LIBRARIES base config icinga livestatus
|
||||
DEPENDENCIES methods
|
||||
TESTS livestatus/hosts livestatus/services
|
||||
)
|
||||
|
|
|
@ -52,6 +52,8 @@ struct LivestatusFixture
|
|||
static void CreateTestObjects(void)
|
||||
{
|
||||
String config = R"CONFIG(
|
||||
library "methods"
|
||||
|
||||
object CheckCommand "dummy" {
|
||||
command = "/bin/echo"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue