update(ci,cmake): add support for emscripten build

Signed-off-by: rohith-raju <rohithraju488@gmail.com>
This commit is contained in:
rohith-raju
2023-06-28 09:22:29 +00:00
committed by poiana
parent 105f2f6ee3
commit e8ee850dee
2 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
list(APPEND FALCO_UNIT_TESTS_SOURCES
falco/test_atomic_signal_handler.cpp
falco/app/actions/test_configure_interesting_sets.cpp
falco/app/actions/test_configure_syscall_buffer.cpp)
falco/app/actions/test_configure_syscall_buffer_num.cpp)
endif()
set(FALCO_UNIT_TESTS_INCLUDES