[Pkg-javascript-commits] [sockjs-client] 254/434: Dont forget to compile unittests.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 3e9a290f57afa6e16d49e585e188e00ab36c5642
Author: Marek Majkowski <majek04 at gmail.com>
Date: Tue Dec 6 17:48:05 2011 +0000
Dont forget to compile unittests.
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e44944f..5eeab85 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,8 @@ tests/html/lib/%.js: tests/html/src/%.coffee
$(COFFEE) -o tests/html/lib/ -c --bare $<
build_tests: tests/html/lib/sockjs.js tests/html/lib/tests.js \
- tests/html/lib/domtests.js tests/html/lib/endtoendtests.js
+ tests/html/lib/unittests.js tests/html/lib/domtests.js \
+ tests/html/lib/endtoendtests.js
test: tests
tests: build_tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list