diff --git a/configure.ac b/configure.ac
index 936cd26..6b3e854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,13 +77,6 @@ fi
 AC_PATH_XTRA
 
 AC_CONFIG_FILES([Makefile
-		 tests/Makefile
-		 tests/dummyatk/Makefile
-		 tests/data/Makefile
-		 tests/pyatspi/Makefile
-		 tests/pyatspi/testrunner
-		 tests/pyatspi/pasytest/Makefile
-		 tests/apps/Makefile
 		 pyatspi/Makefile
 		])
 
diff --git a/Makefile.am b/Makefile.am
index 3df7a57..dcf841b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,3 @@
 SUBDIRS=pyatspi
 
-if ENABLE_TESTING
-SUBDIRS+=tests
-else
-SUBDIRS+=
-endif
-
 EXTRA_DIST = COPYING.GPL
