From 054ead6a4042210f4325a0b57c5dc55cb5111734 Mon Sep 17 00:00:00 2001 From: Elias Summermatter Date: Wed, 31 Mar 2021 11:18:02 +0200 Subject: Setu Added perf to make file --- src/setu/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/setu/Makefile.am') diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am index cc7711462..77d048add 100644 --- a/src/setu/Makefile.am +++ b/src/setu/Makefile.am @@ -69,7 +69,8 @@ libgnunetsetu_la_LDFLAGS = \ if HAVE_TESTING check_PROGRAMS = \ - test_setu_api + test_setu_api \ + perf_setu_api endif if ENABLE_TEST_RUN @@ -84,6 +85,15 @@ test_setu_api_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ libgnunetsetu.la + +perf_setu_api_SOURCES = \ + perf_setu_api.c +perf_setu_api_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + libgnunetsetu.la + + plugin_LTLIBRARIES = \ libgnunet_plugin_block_setu_test.la -- cgit v1.2.3