mirror of https://gitee.com/bigwinds/arangodb
parent
18d95ce040
commit
5e6d6646a4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue