Index: pyatspi/configure.ac
===================================================================
--- pyatspi.orig/configure.ac	2012-09-18 14:19:47.900520226 +1000
+++ pyatspi/configure.ac	2012-09-18 14:22:03.680521373 +1000
@@ -77,13 +77,6 @@
 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
 		 examples/Makefile
 		])
Index: pyatspi/Makefile.am
===================================================================
--- pyatspi.orig/Makefile.am	2012-09-18 14:19:47.888520226 +1000
+++ pyatspi/Makefile.am	2012-09-18 14:22:03.680521373 +1000
@@ -1,9 +1,3 @@
 SUBDIRS=pyatspi examples
 
-if ENABLE_TESTING
-SUBDIRS+=tests
-else
-SUBDIRS+=
-endif
-
 EXTRA_DIST = COPYING.GPL
