[gnome-shell] build: Add test/unit/jsParse.js to Makefile



commit 4c7cc94cdc5844cd87b99eb6c14fdf76604eb3e9
Author: Florian MÃllner <fmuellner gnome org>
Date:   Tue Nov 22 15:30:31 2011 +0100

    build: Add test/unit/jsParse.js to Makefile
    
    Commit 3941961f8b added the file without referencing it in the Makefile,
    which breaks distcheck.

 tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8721a38..caf3f52 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,6 +21,7 @@ TEST_JS =					\
 	testcommon/ui.js                        \
 	unit/format.js				\
 	unit/markup.js				\
+	unit/jsParse.js				\
 	unit/url.js
 EXTRA_DIST += $(TEST_JS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]