a load testing plugin, to:
find multi-threading issues do performance profiling
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libstrongswan-load-tester.la
|
||||
|
||||
libstrongswan_load_tester_la_SOURCES = \
|
||||
load_tester_plugin.c load_tester_plugin.h \
|
||||
load_tester_config.c load_tester_config.h \
|
||||
load_tester_creds.c load_tester_creds.h \
|
||||
load_tester_ipsec.c load_tester_ipsec.h
|
||||
|
||||
libstrongswan_load_tester_la_LDFLAGS = -module
|
||||
|
||||
Reference in New Issue
Block a user