1
0
Fork 0

added file to tests

This commit is contained in:
Jan Steemann 2015-01-29 17:38:52 +01:00
parent c8647a11ac
commit fe4df96b74
1 changed files with 2 additions and 1 deletions

View File

@ -686,8 +686,9 @@ unittests-shell-client-readonly:
SHELL_CLIENT_ONLY = \
@top_srcdir@/js/client/tests/shell-download.js \
@top_srcdir@/js/client/tests/shell-endpoints.js \
@top_srcdir@/js/client/tests/shell-client.js \
@top_srcdir@/js/client/tests/shell-fm.js \
@top_srcdir@/js/client/tests/shell-client.js
@top_srcdir@/js/client/tests/shell-request.js
SHELL_CLIENT = $(SHELL_COMMON) $(SHELL_CLIENT_ONLY)