aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-27 14:51:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-27 14:51:43 +0000
commit004f1b9239e18308486ed78dcc70ce85cdc08b74 (patch)
tree92b7333b3172016b852e2976d225977cc7ed7149
parent0e06715f8fd95cabe9f9500176a451bd6a021007 (diff)
downloadgnunet-004f1b9239e18308486ed78dcc70ce85cdc08b74.tar.gz
gnunet-004f1b9239e18308486ed78dcc70ce85cdc08b74.zip
-fix
-rw-r--r--src/ats/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index aff96a780..3ab0a2929 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -85,7 +85,7 @@ TESTING_TESTS = \
85endif 85endif
86 86
87check_PROGRAMS = \ 87check_PROGRAMS = \
88 $(TESTING_TESTS) 88 $(TESTING_TESTS) \
89 $(GN_MLP_TEST) $(GN_MLP_PERF) $(GN_MLP_TEST_UPDATE) 89 $(GN_MLP_TEST) $(GN_MLP_PERF) $(GN_MLP_TEST_UPDATE)
90# $(GN_MLP_TEST_AVG) 90# $(GN_MLP_TEST_AVG)
91 91