cleaning up set handlers, eliminating 2nd level demultiplexing and improving use...
[oweals/gnunet.git] / src / my / Makefile.am
index 9103be38e606b8c02054f129e1671e9c946fd591..959085c5fddb2bb22c1eeb91176ef07bc6f8e076 100644 (file)
@@ -25,8 +25,10 @@ libgnunetmy_la_LDFLAGS = \
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
 
+if ENABLE_TEST_RUN
 TESTS = \
  test_my
+endif
 
 check_PROGRAMS= \
  test_my
@@ -38,4 +40,3 @@ test_my_LDADD = \
   $(top_builddir)/src/mysql/libgnunetmysql.la \
   $(top_builddir)/src/util/libgnunetutil.la  \
   -lmysqlclient $(XLIB)
-