diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-08-26 23:06:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-08-26 23:07:05 -0400 |
commit | 88293f89f0f72cc6c6ae1db4b40182d3f2eadac3 (patch) | |
tree | 3ce51b2853006b0d6ea6949879cebf9b2fa356b2 /tests/Makefile.am | |
parent | eed2799bfb64f073531e601c4ff2bfbf845b236e (diff) | |
download | gtk+-88293f89f0f72cc6c6ae1db4b40182d3f2eadac3.tar.gz |
Add a test for animated row insertion/removal
This is just a crude example for how to use revealers to
animate insertion and removal of rows in a listbox.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d48bbd8ddc..78acc6f5a1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,6 +73,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testinput \ testkineticscrolling \ testlist \ + testlist2 \ testlockbutton \ testmenubutton \ testmountoperation \ @@ -202,6 +203,7 @@ testinput_DEPENDENCIES = $(TEST_DEPS) testimage_DEPENDENCIES = $(TEST_DEPS) testkineticscrolling_DEPENDENCIES = $(TEST_DEPS) testlist_DEPENDENCIES = $(TEST_DEPS) +testlist2_DEPENDENCIES = $(TEST_DEPS) testlockbutton_DEPENDENCIES = $(TEST_DEPS) testmenubutton_DEPENDENCIES = $(TEST_DEPS) testmountoperation_DEPENDENCIES = $(TEST_DEPS) |