test_generator library

According to the general build scenario for a KasperskyOS-based solution, to build a test, you must complete a sequence of CMake commands. The test build process has been simplified by developing a CMake library named test_generator which groups frequently used sequences of commands into functions:

In this section

generate_kos_test()

add_kss_pal_qemu_tests()

Limitations for gtest tests

Page top