gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29067 - gnunet/src/ats-tests


From: gnunet
Subject: [GNUnet-SVN] r29067 - gnunet/src/ats-tests
Date: Fri, 6 Sep 2013 14:02:11 +0200

Author: wachs
Date: 2013-09-06 14:02:10 +0200 (Fri, 06 Sep 2013)
New Revision: 29067

Added:
   gnunet/src/ats-tests/Makefile.am
Log:
missing makefile.am


Added: gnunet/src/ats-tests/Makefile.am
===================================================================
--- gnunet/src/ats-tests/Makefile.am                            (rev 0)
+++ gnunet/src/ats-tests/Makefile.am    2013-09-06 12:02:10 UTC (rev 29067)
@@ -0,0 +1,50 @@
+INCLUDES = -I$(top_srcdir)/src/include
+
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+libexecdir= $(pkglibdir)/libexec/
+
+if MINGW
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+endif
+
+if USE_COVERAGE
+  AM_CFLAGS = -fprofile-arcs -ftest-coverage
+endif
+
+if HAVE_LIBGLPK
+
+endif
+
+if HAVE_TESTING
+TESTING_TESTS = \
+ perf_ats_proportional_bandwidth \
+ perf_ats_proportional_delay
+endif
+
+check_PROGRAMS = \
+ $(TESTING_TESTS)
+ 
+if ENABLE_TEST_RUN
+TESTS = $(check_PROGRAMS)
+endif
+
+perf_ats_proportional_bandwidth_SOURCES = \
+  perf_ats.c  
+perf_ats_proportional_bandwidth_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
+  $(top_builddir)/src/core/libgnunetcore.la  
+
+perf_ats_proportional_delay_SOURCES = \
+  perf_ats.c  
+perf_ats_proportional_delay_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
+  $(top_builddir)/src/core/libgnunetcore.la  
+
+EXTRA_DIST = \
+  perf_ats_proportional_bandwidth.conf \
+  perf_ats_proportional_delay.conf




reply via email to

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