summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am5
-rw-r--r--test/keysynth-test.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d2ef5e10..d01d290f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -40,3 +40,8 @@ INCLUDES = -I$(top_srcdir) \
LDADD = ../libspi/libspi.la ../cspi/libcspi.la ../login-helper/libloginhelper.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS)
TESTS = test-simple
+
+TESTS_ENVIRONMENT = \
+ LD_LIBRARY_PATH=$(top_builddir)/libspi/.libs/:$(top_builddir)/cspi/.libs/ \
+ PATH=$(top_builddir)/registryd/.libs
+
diff --git a/test/keysynth-test.c b/test/keysynth-test.c
index 78d59bc5..22adf463 100644
--- a/test/keysynth-test.c
+++ b/test/keysynth-test.c
@@ -42,7 +42,7 @@ static TextTest text[] = {
{65, NULL, SPI_KEY_PRESSRELEASE},
{64, NULL, SPI_KEY_SYM},
{0, "--hello!", SPI_KEY_STRING},
- {0, "StudlyCaps", SPI_KEY_STRING}
+ {0, "StudlyCaps!", SPI_KEY_STRING}
};
static void