Skip to content

Commit

Permalink
Remove redundant tests in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Jul 19, 2022
1 parent 6ca9dae commit e546e2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,8 @@ ttftest: font ## Runs the minimal tests and verifies the ZIP file mentioned in t
# 34 Bad 'CFF ' table
# 98 Self-intersecting glyph (issue #2) when FontForge is able to correct this
fontlint ${BUILD_DIR}/3270-Regular.ttf
fontlint -w 2 -w 5 ${BUILD_DIR}/3270SemiCondensed-Regular.ttf
fontlint -w 2 ${BUILD_DIR}/3270Condensed-Regular.ttf
fontlint -w 2 -w 5 ${BUILD_DIR}/3270SemiCondensed-Regular.ttf
fontlint -w 2 ${BUILD_DIR}/3270Condensed-Regular.ttf

# Verify if the README points to an existing ZIP file
@wget --spider $(shell grep -Eo \
Expand Down

0 comments on commit e546e2c

Please sign in to comment.