authentication of ciphertexts (+ seed)
[oweals/gnunet.git] / src / fragmentation / Makefile.am
index d3a47d920225fc94fc7b95a3c3e0009bddbdde27..f00c0958c0cb61f597a42ecbe1a4d66bf609b06e 100644 (file)
@@ -18,10 +18,12 @@ libgnunetfragmentation_la_LIBADD = \
 check_PROGRAMS = \
  test_fragmentation
 
+if !DISABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
+endif
 
 test_fragmentation_SOURCES = \
- test_fragmentation.c
+ test_frag_ji.c
 test_fragmentation_LDADD = \
  $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \
  $(top_builddir)/src/util/libgnunetutil.la