aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2015-04-10 07:49:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2015-04-10 07:49:10 +0000
commitb5327d8c33053b9235a123ee5aeda879898f8873 (patch)
tree0de24ee092f578a74b37d65140efaffe241fd477 /src/Makefile.am
parent34f34474b6137233d6700d4599f42257e8208af2 (diff)
downloadgnunet-b5327d8c33053b9235a123ee5aeda879898f8873.tar.gz
gnunet-b5327d8c33053b9235a123ee5aeda879898f8873.zip
re-renable ats-tests directory:
tests and tools compile, tests pass on my system
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 79730b0bb..ae623bddc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,11 +27,6 @@ if HAVE_EXPERIMENTAL
27 $(SENSORDASHBOARD) 27 $(SENSORDASHBOARD)
28endif 28endif
29 29
30if HAVE_WACHS
31 WACHS_DIR = \
32 ats-tests
33endif
34
35if BUILD_PULSE_HELPERS 30if BUILD_PULSE_HELPERS
36CONVERSATION_DIR = conversation 31CONVERSATION_DIR = conversation
37else 32else
@@ -76,6 +71,7 @@ SUBDIRS = \
76 peerinfo-tool \ 71 peerinfo-tool \
77 core \ 72 core \
78 $(TESTBED) \ 73 $(TESTBED) \
74 ats-tests \
79 nse \ 75 nse \
80 dht \ 76 dht \
81 hostlist \ 77 hostlist \
@@ -98,5 +94,4 @@ SUBDIRS = \
98 exit \ 94 exit \
99 pt \ 95 pt \
100 integration-tests \ 96 integration-tests \
101 $(EXP_DIR) \ 97 $(EXP_DIR)
102 $(WACHS_DIR)