summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
blob: f048460ceecddb784d0380693f16ff51831725ba (plain)
1
2
3
4
5
6
7
if(ENABLE_PTF_TEST)
    add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ptf_test)
endif()

if(ENABLE_FUZZING_TEST)
    add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/fuzzing)
endif()