diff options
author | Benjamin Otte <otte@redhat.com> | 2014-05-23 16:35:08 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-05-23 17:12:32 +0200 |
commit | 74b6f5fba8e29923e08aed2b121ec32e505ac31b (patch) | |
tree | 2fb6c854df9346b72dcf161b5e42c9fcff8fdce9 /testsuite/gtk/Makefile.am | |
parent | d769f338f2abbffb98804a852887e73362d436b7 (diff) | |
download | gtk+-74b6f5fba8e29923e08aed2b121ec32e505ac31b.tar.gz |
testsuite: Add a test for icon names
This test just checks that all the icon names that GTK uses are present
in the default icon theme.
As icon names are not checked programmatically and we do not want to run
into missing-icon icons in the code, this test seems necessary.
For now, it's just a stub that tests stock icons.
Diffstat (limited to 'testsuite/gtk/Makefile.am')
-rw-r--r-- | testsuite/gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/gtk/Makefile.am b/testsuite/gtk/Makefile.am index 10301c68e6..d9f8332364 100644 --- a/testsuite/gtk/Makefile.am +++ b/testsuite/gtk/Makefile.am @@ -32,6 +32,7 @@ TEST_PROGS += \ bitmask \ builder \ cellarea \ + check-icon-names \ clipboard \ defaultvalue \ entry \ |