mirror of https://gitee.com/bigwinds/arangodb
Make it easier to exclude single Unit Tests
This change is tiny. But its lovely at the same time.
This commit is contained in:
parent
294b31e839
commit
b5982aa2aa
|
@ -221,7 +221,8 @@ endif
|
|||
### @brief SHELL SERVER TESTS (BASICS)
|
||||
################################################################################
|
||||
|
||||
SHELL_COMMON = @top_srcdir@/js/common/tests/shell-require.js \
|
||||
SHELL_COMMON = \
|
||||
@top_srcdir@/js/common/tests/shell-require.js \
|
||||
@top_srcdir@/js/common/tests/shell-transactions.js \
|
||||
@top_srcdir@/js/common/tests/shell-aqlfunctions.js \
|
||||
@top_srcdir@/js/common/tests/shell-attributes.js \
|
||||
|
|
Loading…
Reference in New Issue