Add GMenuModel testcases

This commit is contained in:
Ryan Lortie
2011-10-21 23:51:48 -04:00
parent d110fd9202
commit 6dfb9d583f
3 changed files with 629 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ TEST_PROGS += \
vfs \
network-monitor \
fileattributematcher \
gmenumodel \
$(NULL)
if OS_UNIX
@@ -426,6 +427,8 @@ gapplication_example_cmdline3_LDADD = $(progs_ldadd)
gapplication_example_actions_SOURCES = gapplication-example-actions.c
gapplication_example_actions_LDADD = $(progs_ldadd)
gmenumodel_LDADD = $(progs_ldadd)
schema_tests = \
schema-tests/array-default-not-in-choices.gschema.xml \
schema-tests/bad-choice.gschema.xml \