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,7 @@
LIBPACKET_INJECT_PLUGIN {
global:
packet_inject_plugin_init;
packet_inject_plugin_exit;
local: *;
};