mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
This make target calls the `trace-files-psp`, `trace-files-k8s-audit`, `trace-files-base-scap` targets to place all the integration test fixtures in the proper position. Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
4 lines
165 B
CMake
4 lines
165 B
CMake
add_subdirectory(trace_files)
|
|
|
|
add_custom_target(test-trace-files ALL)
|
|
add_dependencies(test-trace-files trace-files-base-scap trace-files-psp trace-files-k8s-audit) |