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