summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2003-06-10 20:40:32 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2003-06-10 20:40:32 +0000
commitcaf5183a69a4be4acb685030e0579a05cd227fa8 (patch)
tree532f1e75d25744f3b2ff08656d9d53e8f58a47aa /test
parent767e216763cdbe19967731f9c7cfcb2649513fc6 (diff)
downloadat-spi2-core-caf5183a69a4be4acb685030e0579a05cd227fa8.tar.gz
Fixes for #92143 and #109776; we now support string keysynthesis
for most Latin locales, and correctly set modifiers when synthesizing keysyms. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@439 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4d18d5a9..31078d08 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,8 @@
NULL=
-noinst_PROGRAMS = test-simple at app simple-at stress-test keysynth-demo key-listener-test event-listener-test window-listener-test screen-review-test visual-bell keypad-test
+noinst_PROGRAMS = test-simple at app simple-at stress-test keysynth-demo key-listener-test event-listener-test window-listener-test screen-review-test keypad-test keysynth-test
+
+keysynth_test_SOURCES = keysynth-test.c
stress_test_SOURCES = stress-test.c
@@ -10,8 +12,6 @@ keypad_test_SOURCES = keypad-test.c
key_listener_test_SOURCES = key-listener-test.c
-visual_bell_SOURCES = visual-bell.c
-
event_listener_test_SOURCES = event-listener-test.c
screen_review_test_SOURCES = screen-review-test.c