1
0
Fork 0

Name change in Makefile.

This commit is contained in:
Max Neunhoeffer 2014-07-02 11:40:10 +02:00
parent da4ca4a6b5
commit e8c9a3997e
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ unittests-shell-server-ahuacatl:
### @brief SHELL CLIENT TESTS
################################################################################
UNITTESTS_READONLY = $(addprefix --javascript.unit-tests ,@top_srcdir@/js/client/tests/shell-changeMode-noncluster.js)
UNITTESTS_READONLY = $(addprefix --javascript.unit-tests ,@top_srcdir@/js/client/tests/shell-changeMode-noncluster-disabled.js)
UNITTESTS_NO_READONLY = $(addprefix --javascript.unit-tests ,@top_srcdir@/js/client/tests/shell-noChangeMode-noncluster.js)
.PHONY: unittests-shell-client-readonly