From 1c5f9725f9de804ddf3d6c03d2732af76e16051e Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 28 Nov 2008 16:47:46 -0600 Subject: [PATCH] 2008-11-28 Mike Gorse * configure.ac, tests/Makefile.am: Added tests/cspi. --- configure.ac | 1 + tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0249064..8320c40 100644 --- a/configure.ac +++ b/configure.ac @@ -194,6 +194,7 @@ AC_CONFIG_FILES([Makefile tests/pyatspi/Makefile tests/pyatspi/pasytest/Makefile tests/apps/Makefile + tests/cspi/Makefile dbind/Makefile cspi/Makefile pyatspi/Makefile diff --git a/tests/Makefile.am b/tests/Makefile.am index 10d902b..8daea17 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = dummyatk apps data pyatspi +SUBDIRS = dummyatk apps data pyatspi cspi #TESTS=testrunner.py TESTS_ENVIRONMENT = PYTHONPATH=$(abs_top_srcdir)/python \ -- 2.7.4