summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \