re-renable ats-tests directory:
[oweals/gnunet.git] / src / Makefile.am
1 # This Makefile.am is in the public domain
2 #if WANT_FRAMEWORK
3 #  INTLEMU_SUBDIRS = intlemu
4 #endif
5
6 if HAVE_TESTING
7  TESTING = testing
8  TESTBED = testbed
9  CONSENSUS = consensus
10  SECRETSHARING = secretsharing
11  SENSOR = sensor
12  SENSORDASHBOARD = sensordashboard
13 endif
14
15 if HAVE_EXPERIMENTAL
16  EXP_DIR = \
17   dv \
18   multicast \
19   env \
20   psycstore \
21   psyc \
22   rps \
23   social \
24   $(CONSENSUS) \
25   $(SECRETSHARING) \
26   $(SENSOR) \
27   $(SENSORDASHBOARD)
28 endif
29
30 if BUILD_PULSE_HELPERS
31 CONVERSATION_DIR = conversation
32 else
33 if BUILD_GST_HELPERS
34 CONVERSATION_DIR = conversation
35 endif
36 endif
37
38 if HAVE_MYSQL
39  MYSQL_DIR = mysql
40 endif
41
42 if HAVE_POSTGRESQL
43  POSTGRES_DIR = postgres
44 endif
45
46 if HAVE_REST
47  REST_DIR = rest
48 endif
49
50 SUBDIRS = \
51   include $(INTLEMU_SUBDIRS) \
52   util \
53   hello \
54   tun \
55   block \
56   statistics \
57   arm \
58   $(TESTING) \
59   peerinfo \
60   $(MYSQL_DIR) \
61   $(POSTGRES_DIR) \
62   $(REST_DIR) \
63   datacache \
64   datastore \
65   template \
66   ats \
67   nat \
68   fragmentation \
69   transport \
70   ats-tool \
71   peerinfo-tool \
72   core \
73   $(TESTBED) \
74   ats-tests \
75   nse \
76   dht \
77   hostlist \
78   topology \
79   regex \
80   cadet \
81   dns \
82   identity \
83   set \
84   scalarproduct \
85   revocation \
86   gnsrecord \
87   namecache \
88   namestore \
89   vpn \
90   gns \
91   $(CONVERSATION_DIR) \
92   peerstore \
93   fs \
94   exit \
95   pt \
96   integration-tests \
97   $(EXP_DIR)