falco/unit_tests
Luca Guerra df072dace7 update(libsinsp/tests): add CLI options test for append output
Signed-off-by: Luca Guerra <luca@guerra.sh>
2024-09-09 15:31:24 +02:00
..
engine new(app): add append_output configuration option with fields and format 2024-09-09 15:31:24 +02:00
falco update(libsinsp/tests): add CLI options test for append output 2024-09-09 15:31:24 +02:00
CMakeLists.txt new(app): add append_output configuration option with fields and format 2024-09-09 15:31:24 +02:00
falco_test_var.h.in new(userspace/falco,unit_tests): added new tests around schema validation feature. 2024-08-26 18:06:25 +02:00
README.md fix after rebase 2023-02-10 11:41:24 +01:00
test_falco_engine.cpp new(app): add append_output configuration option with fields and format 2024-09-09 15:31:24 +02:00
test_falco_engine.h new(app): add append_output configuration option with fields and format 2024-09-09 15:31:24 +02:00

Falco unit tests

Intro

Under unit_tests/engine and unit_tests/falco directories, we have different test suites that could be a single file or an entire directory according to the number and the complexity of tests.

Build and Run

cmake -DMINIMAL_BUILD=On -DBUILD_BPF=Off -DBUILD_DRIVER=Off -DBUILD_FALCO_UNIT_TESTS=On ..
make falco_unit_tests
sudo ./unit_tests/falco_unit_tests