diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-26 08:02:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-07 15:11:51 -0500 |
commit | 59099cd6e7abe620e02c08d746ec60ce3e07eeed (patch) | |
tree | 7be9936d33c22e1aded1203135000387faec7c57 /tests/Makefile.am | |
parent | 2fea2d4dbd700a60c41f07e8bfc44e05d0ef1f26 (diff) | |
download | gtk+-59099cd6e7abe620e02c08d746ec60ce3e07eeed.tar.gz |
Add a test for model-based popovers
https://bugzilla.gnome.org/show_bug.cgi?id=723014
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ca43e6d954..08dabea434 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -143,7 +143,9 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testtitlebar \ testsplitheaders \ testactionbar \ - testwindowsize + testwindowsize \ + testpopover \ + $(NULL) if USE_X11 noinst_PROGRAMS += testerrors |