1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.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"
17 build/run-tests.sh ${TEST_FLAGS}
19 build/run-build-packages-all-targets.sh ${PACKAGES_FLAGS}
21 build/run-build-packages-all-targets.sh --test-packages ${PACKAGES_FLAGS}