Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 29, 2013
1 parent 6e757f3 commit ce93e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ $(DOC)/documentation-arabic.pdf: $(DOC)/$(DOC)-$(SRC)/documentation-arabic.tex
@latexmk --norc --xelatex --quiet --output-directory=${DOC} $<

check: $(TEST) $(DTTF)
@echo "running tests"
@$(PY) $(CHECKBLANKS) $(DTTF) 1>/dev/null 2>&1
ifeq ($(shell which hb-shape),)
@echo "hb-shape not found, skipping tests"
else
@echo "running tests"
@$(PY) $(RUNTEST) $(TEST)
endif

Expand Down

0 comments on commit ce93e09

Please sign in to comment.