falco/unit_tests
Federico Di Pierro fafeddaf35 chore(userspace,unit_tests): include thread.h where needed.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
2025-02-26 13:08:26 +01:00
..
engine Add tests for mismatched sources and append 2024-10-24 08:45:12 +02:00
falco chore(userspace,unit_tests): include thread.h where needed. 2025-02-26 13:08:26 +01: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