X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cbe3767087f3bb4daa35d991b63a435da9324298..1028c0630dac2a2bff363da1390bbf942e7fe7ae:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index f2f61f7eca..8159f5feee 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Copyright (C) The Arvados Authors. All rights reserved. # -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: AGPL-3.0 export WORKSPACE?=$(shell pwd) help: @@ -13,11 +13,9 @@ help: @echo >&2 " Project home --> https://arvados.org" @echo >&2 @false - test: - @yarn install - @yarn test --no-watchAll - -build: - @yarn install - @yarn build + build/run-tests.sh ${TEST_FLAGS} +packages: + build/run-build-packages-all-targets.sh ${PACKAGES_FLAGS} +test-packages: + build/run-build-packages-all-targets.sh --test-packages ${PACKAGES_FLAGS}