Optimize integration testing

- Add injection package plug-in
- Add libstellar_dynamic.so to facilitate unit testing of upper-level plug-ins
This commit is contained in:
luwenpeng
2024-05-28 10:26:29 +08:00
parent 54385ed08b
commit f82b85c979
86 changed files with 831 additions and 831 deletions

View File

@@ -0,0 +1,3 @@
# build packet_parser
add_executable(packet_parser packet_parser.cpp)
target_link_libraries(packet_parser packet pcap)