aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/Makefile.am')
-rw-r--r--src/fragmentation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index f00c0958c..5b1367260 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -18,7 +18,7 @@ libgnunetfragmentation_la_LIBADD = \
18check_PROGRAMS = \ 18check_PROGRAMS = \
19 test_fragmentation 19 test_fragmentation
20 20
21if !DISABLE_TEST_RUN 21if ENABLE_TEST_RUN
22TESTS = $(check_PROGRAMS) 22TESTS = $(check_PROGRAMS)
23endif 23endif
24 24