summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-09-22 12:31:15 -0400
committerNick Mathewson <nickm@torproject.org>2009-09-23 00:24:43 -0400
commitda1aa66f70f3ed1e5376baef053a0c76f33cc7d8 (patch)
tree3f73a0bda1b38ca705cc6f73fa49b756e472fbb8 /src/Makefile.am
parentd4b54549b83bbbfeb9c1d7d843ea244eed389c61 (diff)
downloadtor-da1aa66f70f3ed1e5376baef053a0c76f33cc7d8.tar.gz
tor-da1aa66f70f3ed1e5376baef053a0c76f33cc7d8.zip
Move testing code into new src/test directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae647b2d61..fa2dd560a6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# leave in dependency order, since common must be built first
-SUBDIRS = common or tools win32 config
-DIST_SUBDIRS = common or tools win32 config
+SUBDIRS = common or test tools win32 config
+DIST_SUBDIRS = common or test tools win32 config