Add rtl test case

https://bugzilla.gnome.org/show_bug.cgi?id=608082
This commit is contained in:
William Jon McCann 2010-04-02 19:20:53 -04:00
parent 0fbdd79e9a
commit 3de71571ea
1 changed files with 4 additions and 0 deletions

View File

@ -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) \