summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-04-02 19:20:53 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-04-02 19:20:53 -0400
commit3de71571ea822dd55d0a325553414e34b66d888a (patch)
treea168dfe5542fb3cfddfbc91a02213c0432b6d2d6
parent0fbdd79e9a663c773cd02e70307363bc05f3f730 (diff)
downloadlibnotify-3de71571ea822dd55d0a325553414e34b66d888a.tar.gz
Add rtl test case
https://bugzilla.gnome.org/show_bug.cgi?id=608082
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d13df25..e80e79d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,6 +8,7 @@ noinst_PROGRAMS = \
test-basic \
test-error \
test-markup \
+ test-rtl \
test-size-changes \
test-urgency \
test-xy \
@@ -61,6 +62,9 @@ test_xy_actions_LDADD = $(common_ldflags)
test_xy_stress_SOURCES = test-xy-stress.c
test_xy_stress_LDADD = $(common_ldflags)
+test_rtl_SOURCES = test-rtl.c
+test_rtl_LDADD = $(common_ldflags)
+
EXTRA_DIST = applet-critical.png
INCLUDES = $(PACKAGE_CFLAGS) \