falco/unit_tests
Jason Dellaluce cd1c5f911c refactor(userspace): move falco logger under falco engine
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
2024-05-23 09:29:23 +02:00
..
engine cleanup(test): add test cases for sanitize_metric_name 2024-05-17 14:54:58 +02:00
falco refactor(userspace): move falco logger under falco engine 2024-05-23 09:29:23 +02:00
CMakeLists.txt new(falco): implement rule selection configuration in falco.yaml 2024-05-14 12:47:46 +02:00
falco_test_var.h.in tests: remove deprecated assertions 2024-02-16 18:30:38 +01:00
README.md fix after rebase 2023-02-10 11:41:24 +01:00
test_falco_engine.cpp cleanup: falco_engine test fixture 2024-02-21 00:31:59 +01:00
test_falco_engine.h cleanup: falco_engine test fixture 2024-02-21 00:31:59 +01: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