16561: Handle implicit port numbers in getListenAddress, add tests.
[arvados.git] / Makefile
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 export WORKSPACE?=$(shell pwd)
6 help:
7         @echo >&2
8         @echo >&2 "There is no default make target here.  Did you mean 'make test'?"
9         @echo >&2
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"
14         @echo >&2
15         @false
16 test:
17         build/run-tests.sh ${TEST_FLAGS}
18 packages:
19         build/run-build-packages-all-targets.sh ${PACKAGES_FLAGS}
20 test-packages:
21         build/run-build-packages-all-targets.sh --test-packages ${PACKAGES_FLAGS}