]> Pileus Git - ~andy/gtk/commit
Put all GtkTreeModel unit tests in a single binary
authorKristian Rietveld <kris@gtk.org>
Mon, 9 May 2011 06:25:27 +0000 (08:25 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:30:29 +0000 (21:30 +0200)
commit2cb9f03a66eb2f32139d72e475e41c45844e68cd
tree22e665f8cdbdc7c9d671ec496a03798750b3a667
parenta14cecb0ad3dce521b37b81f3436d7f463085679
Put all GtkTreeModel unit tests in a single binary

This to reduce linking time and have all tests in a single binary.
gtk/tests/Makefile.am
gtk/tests/filtermodel.c
gtk/tests/liststore.c
gtk/tests/treemodel.c [new file with mode: 0644]
gtk/tests/treemodel.h [new file with mode: 0644]
gtk/tests/treestore.c