]> Pileus Git - ~andy/gtk/blobdiff - tests/Makefile.am
New file with a set of tests for GtkCellRendererText. The idea is to run a
[~andy/gtk] / tests / Makefile.am
index 4b04b7e1fa6077e21ec365b50e1a1c4fcef6c786..01f9ae02c804953bf909246f5500459b6fd49a65 100644 (file)
@@ -34,6 +34,7 @@ noinst_PROGRAMS =                     \
        testcalendar                    \
        testcombo                       \
        testcombochange                 \
+       testcellrenderertext            \
        testdnd                         \
        testellipsise                   \
        testentrycompletion             \
@@ -83,6 +84,7 @@ testcairo_DEPENDENCIES = $(TEST_DEPS)
 testcalendar_DEPENDENCIES = $(TEST_DEPS)
 testcombo_DEPENDENCIES = $(TEST_DEPS)
 testcombochange_DEPENDENCIES = $(TEST_DEPS)
+testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
 testdnd_DEPENDENCIES = $(TEST_DEPS)
 testellipsise_DEPENDENCIES = $(TEST_DEPS)
 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
@@ -122,6 +124,7 @@ testcairo_LDADD = $(LDADDS)
 testcalendar_LDADD = $(LDADDS)
 testcombo_LDADD = $(LDADDS)
 testcombochange_LDADD = $(LDADDS)
+testcellrenderertext_LDADD = $(LDADDS)
 testdnd_LDADD = $(LDADDS)
 testellipsise_LDADD = $(LDADDS)
 testentrycompletion_LDADD = $(LDADDS)