Fix arm test target typo

This commit is contained in:
ViViDboarder 2019-01-28 11:58:58 -08:00
parent 7b4e31c00d
commit f4b9383c2a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ test-x86: build-x86
.PHONY: test-arm
test-arm: build-arm
cd tests && .test.sh $(DOCKER_TAG):raspbian
cd tests && ./test.sh $(DOCKER_TAG):raspbian
.PHONY: test-all
test-all: test-x86 test-arm