Skip to content

Commit 36d6a87

Browse files
fix: make TESTS and BUILD variables optional in Makefile
1 parent 38e50b1 commit 36d6a87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ BINARY_WINDOWS_AMD64=$(BINARY).exe
2727
BINARY_WINDOWS_ARM64=$(BINARY)_arm64.exe
2828
README=README.md
2929

30-
TESTS=./...
30+
TESTS?=./...
3131
COVERAGE_FILE=coverage.out
3232
COVERAGE_SSH_FILE=coverage-ssh.out
3333
JUNIT_FILE=unit-tests.xml
3434

35-
BUILD=$(realpath build)/
35+
BUILD?=$(realpath build)/
3636

3737
RESTIC_GEN=$(BUILD)restic-generator
3838
RESTIC_DIR=$(BUILD)restic-

0 commit comments

Comments
 (0)