Index: pyatspi/configure.ac
===================================================================
--- pyatspi.orig/configure.ac	2015-09-22 17:27:06.130964348 +1000
+++ pyatspi/configure.ac	2015-09-22 17:27:06.126964348 +1000
@@ -102,13 +102,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	2015-09-22 17:27:06.130964348 +1000
+++ pyatspi/Makefile.am	2015-09-22 17:27:06.126964348 +1000
@@ -1,9 +1,3 @@
 SUBDIRS=pyatspi examples
 
-if ENABLE_TESTING
-SUBDIRS+=tests
-else
-SUBDIRS+=
-endif
-
 EXTRA_DIST = COPYING.GPL
