Support running make check-wpt with the objdir in less common places.

This commit is contained in:
Ms2ger 2014-04-18 17:10:02 +02:00
parent 58efe0bf75
commit a959269ea8
2 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ check-content: contenttest
.PHONY: check-wpt
check-wpt:
bash $(S)src/test/wpt/run.sh $(S)
bash $(S)src/test/wpt/run.sh $(S) $(B)
.PHONY: tidy
tidy: