]> Pileus Git - ~andy/gtk/blobdiff - tests/Makefile.am
New tooltips API.
[~andy/gtk] / tests / Makefile.am
index 6972165a0356180a03adbd151fd6f23f00560465..3058726ad2767752e474782bf3c8420a1dcf56f5 100644 (file)
@@ -82,7 +82,8 @@ noinst_PROGRAMS =                     \
        pixbuf-threads                  \
        testmerge                       \
        testactions                     \
-       testgrouping
+       testgrouping                    \
+       testtooltips
 
 autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
 simple_DEPENDENCIES = $(TEST_DEPS)
@@ -134,6 +135,7 @@ testxinerama_DEPENDENCIES = $(TEST_DEPS)
 testmerge_DEPENDENCIES = $(TEST_DEPS)
 testactions_DEPENDENCIES = $(TEST_DEPS)
 testgrouping_DEPENDENCIES = $(TEST_DEPS)
+testtooltips_DEPENDENCIES = $(TEST_DEPS)
 
 autotestfilechooser_LDADD = $(LDADDS)
 simple_LDADD = $(LDADDS)
@@ -192,6 +194,7 @@ pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
 testmerge_LDADD = $(LDADDS)
 testactions_LDADD = $(LDADDS)
 testgrouping_LDADD = $(LDADDS)
+testtooltips_LDADD = $(LDADDS)
 
 autotestfilechooser_SOURCES =  \
        autotestfilechooser.c
@@ -267,6 +270,9 @@ testrecentchooser_SOURCES =         \
 testgrouping_SOURCES =         \
        testgrouping.c
 
+testtoooltips_SOURCES =                \
+       testtooltips.c
+
 EXTRA_DIST =                   \
        prop-editor.h           \
        testgtk.1               \