20846: More kwargs / Ruby 3 compatibility fixes.
[arvados.git] / Makefile
index f2f61f7ecace63d26dcb08c85933f68b7f433d52..8159f5feeedc940482c875b0acf9e4fa3c28e796 100644 (file)
--- 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}