From ed1f8ed339cc48c7a038e7e043c34fba99ec778f Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 20 Sep 2011 17:15:41 -0400 Subject: [PATCH] Add missing test to Makefile.am --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 55e84dfb2..8721a3829 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,6 +15,7 @@ TEST_JS = \ interactive/scrolling.js \ interactive/scroll-view-sizing.js \ interactive/table.js \ + interactive/transitions.js \ testcommon/border-image.png \ testcommon/face-plain.png \ testcommon/ui.js \