diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-03-24 20:10:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-03-24 20:17:21 -0400 |
commit | 206d43dcb4fc0cf56c2a1af294fc52fdfb3e1d58 (patch) | |
tree | b40fd91937ef83b5fe90ddc1fc7159e664184d08 /tests/Makefile.am | |
parent | 16858776353c0181d74a482878a584aac9e555a0 (diff) | |
download | gtk+-206d43dcb4fc0cf56c2a1af294fc52fdfb3e1d58.tar.gz |
Add a testcase for icons with emblems
This is a testcase for
https://bugzilla.gnome.org/show_bug.cgi?id=726830
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bc479ccc00..7afc58b819 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,6 +52,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testdialog \ testdnd \ testellipsise \ + testemblems \ testentrycompletion \ testentryicons \ testfilechooser \ |