From 51cad348c1091436fe268816a024561459d56717 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Fri, 25 Jul 2008 12:09:11 +0100 Subject: [PATCH] 2008-07-25 Mark Doffman * tests/ Move the testrunner file to pyatspi where it belongs. Remove the runtests.sh file from the makefile. --- tests/Makefile.am | 1 - tests/pyatspi/Makefile.am | 1 + tests/{ => pyatspi}/testrunner.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => pyatspi}/testrunner.py (100%) diff --git a/tests/Makefile.am b/tests/Makefile.am index 72dbf0b..4a6d94f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,4 @@ SUBDIRS = dummyatk apps cspi pyatspi -EXTRA_DIST = testrunner.py runtests.sh #TESTS=testrunner.py TESTS_ENVIRONMENT = PYTHONPATH=$(abs_top_srcdir)/python \ diff --git a/tests/pyatspi/Makefile.am b/tests/pyatspi/Makefile.am index 5c96eae..44880dd 100644 --- a/tests/pyatspi/Makefile.am +++ b/tests/pyatspi/Makefile.am @@ -2,6 +2,7 @@ EXTRA_DIST = \ __init__.py \ accessibleobject.py \ component.py \ + testrunner.py \ testutil.py CLEANFILES = *.pyc diff --git a/tests/testrunner.py b/tests/pyatspi/testrunner.py similarity index 100% rename from tests/testrunner.py rename to tests/pyatspi/testrunner.py -- 2.7.4