Add a color editor test

This tests using a color editor embedded in other ui.
This commit is contained in:
Matthias Clasen
2016-01-23 18:00:57 -05:00
parent 770e308c9e
commit 5febf4f170
3 changed files with 92 additions and 0 deletions

View File

@ -57,6 +57,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testcalendar \
testclipboard \
testcolorchooser \
testcolorchooser2 \
testcombo \
testcombochange \
testcellrenderertext \
@ -214,6 +215,7 @@ testcairo_DEPENDENCIES = $(TEST_DEPS)
testcalendar_DEPENDENCIES = $(TEST_DEPS)
testclipboard_DEPENDENCIES = $(TEST_DEPS)
testcolorchooser_DEPENDENCIES = $(TEST_DEPS)
testcolorchooser2_DEPENDENCIES = $(TEST_DEPS)
testcombo_DEPENDENCIES = $(TEST_DEPS)
testcombochange_DEPENDENCIES = $(TEST_DEPS)
testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
@ -524,6 +526,8 @@ testpixbuf_save_SOURCES = testpixbuf-save.c
testcolorchooser_SOURCES = testcolorchooser.c
testcolorchooser2_SOURCES = testcolorchooser2.c
testkineticscrolling_SOURCES = testkineticscrolling.c
teststack_SOURCES = teststack.c