Skip to content

Commit

Permalink
makefile: rename target all_check_var -> test_var
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Mar 31, 2019
1 parent 1efc243 commit b85460a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ $(FONTDIR)/const-hinted/%.ttf: $(FONTDIR)/const/%.ttf


# check var
all_check_var: $(FONTDIR)/var/Inter.var.ttf
misc/fontbuild checkfont $(FONTDIR)/var/*.*
test_var: all_var
misc/fontbuild checkfont $(FONTDIR)/var/*.ttf $(FONTDIR)/var/*.woff2

# test runs all tests
# Note: all_check_const is generated by init.sh and runs "fontbuild checkfont"
# on all otf and ttf files.
test: all_check_const all_check_var
test: all_check_const test_var
@echo "test: all ok"

# check does the same thing as test, but without any dependency checks, meaning
Expand Down

0 comments on commit b85460a

Please sign in to comment.