start composing tests for the list and tree store.
2007-12-13 Kristian Rietveld <kris@imendio.com> * gtk/tests/liststore.c: * gtk/tests/treestore.c: start composing tests for the list and tree store. * gtk/tests/treeview-scrolling.c: added automated tests for GtkTreeView's scrolling "subsystem". * gtk/tests/Makefile.am: updated; added new test programs. svn path=/trunk/; revision=19170
This commit is contained in:
committed by
Kristian Rietveld
parent
64c73a61b7
commit
790c308fd4
@ -24,3 +24,15 @@ noinst_PROGRAMS = $(TEST_PROGS)
|
||||
TEST_PROGS += testing
|
||||
testing_SOURCES = testing.c
|
||||
testing_LDADD = $(progs_ldadd)
|
||||
|
||||
TEST_PROGS += liststore
|
||||
liststore_SOURCES = liststore.c
|
||||
liststore_LDADD = $(progs_ldadd)
|
||||
|
||||
TEST_PROGS += treestore
|
||||
treestore_SOURCES = treestore.c
|
||||
treestore_LDADD = $(progs_ldadd)
|
||||
|
||||
TEST_PROGS += treeview-scrolling
|
||||
treeview_scrolling_SOURCES = treeview-scrolling.c
|
||||
treeview_scrolling_LDADD = $(progs_ldadd)
|
||||
|
||||
Reference in New Issue
Block a user