ci: Fix make *.test invocation

This commit is contained in:
Matt McCormick
2016-07-16 13:55:04 -04:00
parent a4820f6288
commit 24c0141bea
2 changed files with 13 additions and 12 deletions

View File

@ -89,6 +89,7 @@ base: Dockerfile
$(DOCKER) build -t $(ORG)/base .
base.test: base test/run.py
mkdir -p $(BIN)
$(DOCKER) run --rm dockcross/base > $(BIN)/dockcross-base && chmod +x $(BIN)/dockcross-base
$(BIN)/dockcross-base python test/run.py --emulator 'sh -c'