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

@@ -1,7 +1,7 @@
install(FILES stellar/utils.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/tuple.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/packet.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/session.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/stellar.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/session_mq.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/session_exdata.h DESTINATION include/stellar/ COMPONENT Profile)
install(FILES stellar/utils.h DESTINATION include/stellar/ COMPONENT HEADER)
install(FILES stellar/tuple.h DESTINATION include/stellar/ COMPONENT HEADER)
install(FILES stellar/packet.h DESTINATION include/stellar/ COMPONENT HEADER)
install(FILES stellar/session.h DESTINATION include/stellar/ COMPONENT HEADER)
install(FILES stellar/stellar.h DESTINATION include/stellar/ COMPONENT HEADER)
install(FILES stellar/session_mq.h DESTINATION include/stellar/ COMPONENT HEADER)
install(FILES stellar/session_exdata.h DESTINATION include/stellar/ COMPONENT HEADER)