Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-07 15:53:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-14 11:00:09 (GMT)
commit88014e949c0361ba1a63764f4d18591571d430dd (patch)
treee25f20ef3507d37442a92aa4b3a12fecce446c18 /configure.ac
parent66c1f6afdf183e4daac9d6f98aa0a8eecf4d7b76 (diff)
Some initial infrastructure for UI tests
The uitree module exposes the at-spi tree. We can use it to do functional tests of the UI, by checking if the expected widgets exists, clicking them etc. A simple example of how this can be used is in the test, which runs a window and check that it has the expected button.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b8601a..5ba616d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,5 +52,6 @@ src/sugar3/event-controller/Makefile
src/sugar3/presence/Makefile
src/sugar3/datastore/Makefile
src/sugar3/dispatch/Makefile
+src/sugar3/test/Makefile
po/Makefile.in
])