From 3de71571ea822dd55d0a325553414e34b66d888a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 2 Apr 2010 19:20:53 -0400 Subject: [PATCH] Add rtl test case https://bugzilla.gnome.org/show_bug.cgi?id=608082 --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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) \