mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
removing flag test
This commit is contained in:
parent
d15da03c67
commit
fd141c26bf
@ -1,12 +1,6 @@
|
||||
ADD_EXECUTABLE(flag_test flag_test.cpp)
|
||||
TARGET_LINK_LIBRARIES(flag_test gflags glog)
|
||||
SET_TARGET_PROPERTIES(flag_test PROPERTIES COMPILE_FLAGS ${OS_COMPILE_FLAGS})
|
||||
ADD_TEST(flag_test flag_test
|
||||
--config_retriever="foo"
|
||||
--config_path="bar"
|
||||
--log_receiver="baz"
|
||||
--log_path="boo")
|
||||
|
||||
|
||||
ADD_EXECUTABLE(registry_test registry_test.cpp)
|
||||
TARGET_LINK_LIBRARIES(registry_test osquery_shared)
|
||||
|
Loading…
Reference in New Issue
Block a user