gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37225 - in gnunet/src: my pq


From: gnunet
Subject: [GNUnet-SVN] r37225 - in gnunet/src: my pq
Date: Wed, 1 Jun 2016 19:29:59 +0200

Author: grothoff
Date: 2016-06-01 19:29:59 +0200 (Wed, 01 Jun 2016)
New Revision: 37225

Modified:
   gnunet/src/my/Makefile.am
   gnunet/src/pq/Makefile.am
Log:
only run tests if they are enabled

Modified: gnunet/src/my/Makefile.am
===================================================================
--- gnunet/src/my/Makefile.am   2016-06-01 17:13:39 UTC (rev 37224)
+++ gnunet/src/my/Makefile.am   2016-06-01 17:29:59 UTC (rev 37225)
@@ -25,8 +25,10 @@
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
 
+if ENABLE_TEST_RUN
 TESTS = \
  test_my
+endif
 
 check_PROGRAMS= \
  test_my
@@ -38,4 +40,3 @@
   $(top_builddir)/src/mysql/libgnunetmysql.la \
   $(top_builddir)/src/util/libgnunetutil.la  \
   -lmysqlclient $(XLIB)
-

Modified: gnunet/src/pq/Makefile.am
===================================================================
--- gnunet/src/pq/Makefile.am   2016-06-01 17:13:39 UTC (rev 37224)
+++ gnunet/src/pq/Makefile.am   2016-06-01 17:29:59 UTC (rev 37225)
@@ -24,9 +24,10 @@
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
 
-
+if ENABLE_TEST_RUN
 TESTS = \
  test_pq
+endif
 
 check_PROGRAMS= \
  test_pq




reply via email to

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