Feature/scan ip port together support endpoint object
This commit is contained in:
@@ -16,10 +16,10 @@ target_link_libraries(rcu_hash_gtest maat_frame_static gtest_static)
|
||||
add_executable(maat_input_mode_gtest maat_input_mode_gtest.cpp)
|
||||
target_link_libraries(maat_input_mode_gtest maat_frame_static gtest_static)
|
||||
|
||||
add_executable(maat_framework_gtest maat_framework_gtest.cpp)
|
||||
add_executable(maat_framework_gtest maat_framework_gtest.cpp test_utils.cpp)
|
||||
target_link_libraries(maat_framework_gtest maat_frame_static gtest_static)
|
||||
|
||||
add_executable(maat_framework_perf_gtest maat_framework_perf_gtest.cpp)
|
||||
add_executable(maat_framework_perf_gtest maat_framework_perf_gtest.cpp test_utils.cpp)
|
||||
target_link_libraries(maat_framework_perf_gtest maat_frame_static gtest_static)
|
||||
|
||||
add_executable(expr_matcher_gtest expr_matcher_gtest.cpp)
|
||||
@@ -41,11 +41,12 @@ add_subdirectory(group_exclude)
|
||||
add_subdirectory(ipport_plugin)
|
||||
add_subdirectory(benchmark)
|
||||
|
||||
file(COPY table_info.conf DESTINATION ./)
|
||||
file(COPY tsg_table_info.conf DESTINATION ./)
|
||||
file(COPY file_test_tableinfo.conf DESTINATION ./)
|
||||
file(COPY expr_matcher.conf DESTINATION ./)
|
||||
file(COPY maat_json.json DESTINATION ./)
|
||||
configure_file(table_info.conf table_info.conf COPYONLY)
|
||||
configure_file(tsg_table_info.conf tsg_table_info.conf COPYONLY)
|
||||
configure_file(file_test_tableinfo.conf file_test_tableinfo.conf COPYONLY)
|
||||
configure_file(expr_matcher.conf expr_matcher.conf COPYONLY)
|
||||
configure_file(maat_json.json maat_json.json COPYONLY)
|
||||
|
||||
file(COPY ntcrule DESTINATION ./)
|
||||
file(COPY tsgrule DESTINATION ./)
|
||||
file(COPY testdata DESTINATION ./)
|
||||
|
||||
Reference in New Issue
Block a user