summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSenko Rasic <senko.rasic@collabora.co.uk>2008-03-20 04:57:35 +0000
committerSenko Rasic <senko.rasic@collabora.co.uk>2008-03-20 04:57:35 +0000
commit15b2ec21015db21557a601e20c0d7f24300b94a8 (patch)
tree6aa58ae7916105bc6923fb3415a6afb52d000e9c /Makefile.am
parentf202cf08e9769833d39ce7657292e7ee52455b12 (diff)
test code reorganization, step 2: modify makefiles to reflect the new directory structure
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 515823ad..77c2b7d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,6 @@ dist-hook:
if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi
check-twisted: all
- $(MAKE) -C tests check-twisted
+ $(MAKE) -C tests/twisted check-twisted
check-all: check check-twisted