Start general GtkTreeView unit tests

Includes a test case for bug 546005 to start with, logic provided by
Paul Pogonyshev and Bjorn Lindqvist.  In the future, we should maybe
merge treeview-scrolling.c with this one to create one large monolithic
tree view tester.
This commit is contained in:
Kristian Rietveld
2009-07-30 13:54:30 +02:00
parent a4514f993e
commit 531c7e535b
2 changed files with 85 additions and 0 deletions

View File

@ -34,6 +34,10 @@ TEST_PROGS += treestore
treestore_SOURCES = treestore.c
treestore_LDADD = $(progs_ldadd)
TEST_PROGS += treeview
treeview_SOURCES = treeview.c
treeview_LDADD = $(progs_ldadd)
TEST_PROGS += treeview-scrolling
treeview_scrolling_SOURCES = treeview-scrolling.c
treeview_scrolling_LDADD = $(progs_ldadd)