From 88293f89f0f72cc6c6ae1db4b40182d3f2eadac3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Aug 2013 23:06:04 -0400 Subject: 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. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile.am') 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) -- cgit v1.2.1