From da1aa66f70f3ed1e5376baef053a0c76f33cc7d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 Sep 2009 12:31:15 -0400 Subject: Move testing code into new src/test directory. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3-54-g00ecf