1
0
Fork 0
this hopefully fixes the travis builds
This commit is contained in:
Jan Steemann 2012-09-30 01:51:51 +02:00
parent 18d95ce040
commit 5e6d6646a4
1 changed files with 4 additions and 4 deletions

View File

@ -201,9 +201,6 @@ endif
SHELL_COMMON = @top_srcdir@/js/common/tests/shell-document.js \
@top_srcdir@/js/common/tests/shell-edge.js \
@top_srcdir@/js/common/tests/shell-graph.js \
@top_srcdir@/js/common/tests/shell-graph-algorithms.js \
@top_srcdir@/js/common/tests/shell-graph-measurement.js \
@top_srcdir@/js/common/tests/shell-compactor.js \
@top_srcdir@/js/common/tests/shell-collection.js \
@top_srcdir@/js/common/tests/shell-simple-query.js \
@ -213,7 +210,10 @@ SHELL_COMMON = @top_srcdir@/js/common/tests/shell-document.js \
@top_srcdir@/js/common/tests/shell-unique-constraint.js \
@top_srcdir@/js/common/tests/shell-hash-index.js
SHELL_SERVER = $(SHELL_COMMON)
SHELL_SERVER = $(SHELL_COMMON) \
@top_srcdir@/js/common/tests/shell-graph.js \
@top_srcdir@/js/common/tests/shell-graph-algorithms.js \
@top_srcdir@/js/common/tests/shell-graph-measurement.js
.PHONY: unittests-shell-server