1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 export WORKSPACE?=$(shell pwd)
8 @echo >&2 "There is no default make target here. Did you mean 'make test'?"
10 @echo >&2 "More info:"
11 @echo >&2 " Installing --> http://doc.arvados.org/install"
12 @echo >&2 " Developing/contributing --> https://dev.arvados.org"
13 @echo >&2 " Project home --> https://arvados.org"
19 @yarn test --no-watchAll