完成拦截器设计

This commit is contained in:
2024-08-13 22:23:34 +08:00
parent a823bab944
commit 2608dfa078
11 changed files with 298 additions and 32 deletions

View File

@@ -19,6 +19,7 @@ endif()
if (SKIPTEST)
else()
add_executable(test_main ${CMAKE_SOURCE_DIR}/test_package/main.c ${SRC})
add_executable(test_simple ${CMAKE_SOURCE_DIR}/test_package/test_simple.c ${SRC})
add_executable(test_interceptor ${CMAKE_SOURCE_DIR}/test_package/test_interceptor.c ${SRC})
endif()