Make vist testable on docker
authorSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 2 Dec 2019 06:34:16 +0000 (15:34 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Mon, 2 Dec 2019 06:36:38 +0000 (15:36 +0900)
commitfe3036163ecefb54938b0959fc29f5c05270717a
treee10f6d09000d59c223d7c9388a4dadebedcd1997
parentaa76d706e3d5f1a3b9e80009e0d9567798615586
Make vist testable on docker

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
27 files changed:
.docker/Dockerfile
CMake/Definition.cmake [new file with mode: 0644]
CMake/Macro.cmake
CMakeLists.txt
Makefile
data/CMakeLists.txt [new file with mode: 0644]
packaging/vist.spec
plugins/CMakeLists.txt
plugins/sample/CMakeLists.txt
specs/CMakeLists.txt
src/CMakeLists.txt
src/osquery/CMakeLists.txt
src/osquery/main/main.h
src/osquery/tables/CMakeLists.txt
src/vist/CMakeLists.txt
src/vist/client/CMakeLists.txt
src/vist/logger/CMakeLists.txt
src/vist/logger/tests/dlog.cpp [new file with mode: 0644]
src/vist/logger/tests/logger.cpp
src/vist/notification/notification.hpp
src/vist/policy/CMakeLists.txt
src/vist/policy/tests/core.cpp
src/vist/policy/tests/storage.cpp
src/vist/service/tests/core.cpp
tools/sqlite3/CMakeLists.txt [deleted file]
tools/sqlite3/sqlite3.c [deleted file]
tools/sqlite3/sqlite3.h [deleted file]