falco/unit_tests
Samuel Gaist 7c7196f1f0 chore: pre-commit cleanup
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
2025-09-16 09:38:29 +02:00
..
engine fix(unit_tests): fixed extra format unit tests. 2025-05-06 10:06:43 +02:00
falco refactor(unit_tests): remove unused variable 2025-09-16 09:38:29 +02:00
CMakeLists.txt feat(unit_tests): add test for capture feature 2025-08-12 11:25:43 +02:00
README.md fix after rebase 2023-02-10 11:41:24 +01: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
test_falco_engine.cpp chore: pre-commit cleanup 2025-09-16 09:38:29 +02:00
test_falco_engine.h chore(falco): apply code formatting 2024-09-30 13:25:31 +02:00

README.md

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