Add a testcase for custom levels in GtkLevelBar

This is related to https://bugzilla.gnome.org/show_bug.cgi?id=707695
This commit is contained in:
Matthias Clasen
2013-09-08 16:39:49 -04:00
parent 83f8549b16
commit e725b05f79
2 changed files with 82 additions and 0 deletions

View File

@ -74,6 +74,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testkineticscrolling \
testlist \
testlist2 \
testlevelbar \
testlockbutton \
testmenubutton \
testmountoperation \
@ -204,6 +205,7 @@ testimage_DEPENDENCIES = $(TEST_DEPS)
testkineticscrolling_DEPENDENCIES = $(TEST_DEPS)
testlist_DEPENDENCIES = $(TEST_DEPS)
testlist2_DEPENDENCIES = $(TEST_DEPS)
testlevelbar_DEPENDENCIES = $(TEST_DEPS)
testlockbutton_DEPENDENCIES = $(TEST_DEPS)
testmenubutton_DEPENDENCIES = $(TEST_DEPS)
testmountoperation_DEPENDENCIES = $(TEST_DEPS)