gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: Setu Added perf to make file


From: gnunet
Subject: [gnunet] branch master updated: Setu Added perf to make file
Date: Wed, 31 Mar 2021 11:19:50 +0200

This is an automated email from the git hooks/post-receive script.

elias-summermatter pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 054ead6a4 Setu Added perf to make file
054ead6a4 is described below

commit 054ead6a4042210f4325a0b57c5dc55cb5111734
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed Mar 31 11:18:02 2021 +0200

    Setu Added perf to make file
---
 src/setu/Makefile.am | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]