1
0
Fork 0

Make it easier to exclude single Unit Tests

This change is tiny. But its lovely at the same time.
This commit is contained in:
Lucas Dohmen 2013-06-14 10:10:35 +02:00
parent 294b31e839
commit b5982aa2aa
1 changed files with 2 additions and 1 deletions

View File

@ -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 \