falco/unit_tests
Federico Di Pierro fb292e6fbb fix(unit_tests): fixed extra format unit tests.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
2025-05-06 10:06:43 +02:00
..
engine fix(unit_tests): fixed extra format unit tests. 2025-05-06 10:06:43 +02:00
falco new(userspace,unit_tests): port merge-strategy to be a yaml map. 2025-04-29 16:17:06 +02:00
CMakeLists.txt chore(falco): apply code formatting 2024-09-30 13:25:31 +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 chore(falco): apply code formatting 2024-09-30 13:25:31 +02:00
test_falco_engine.h chore(falco): apply code formatting 2024-09-30 13:25:31 +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