diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 17:27:34 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 17:35:11 -0500 |
commit | be60724d087278126cf1db2de74b78fcc1c4ff9e (patch) | |
tree | 155f9286566bfb1afc2e630f2c07c37389bb4d00 /tests/Makefile.am | |
parent | 1f7a28d6d40e9563ef655604dbcff0e8874ef755 (diff) | |
download | gtk+-be60724d087278126cf1db2de74b78fcc1c4ff9e.tar.gz |
Add a testcase for various dialog headerbar scenarios
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 7f250bc9d6..ca43e6d954 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -48,6 +48,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testcombo \ testcombochange \ testcellrenderertext \ + testdialog \ testdnd \ testellipsise \ testentrycompletion \ |