Skip to content

Commit

Permalink
[makejvf] add more test for -O (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Apr 11, 2020
1 parent 391c95c commit e0716f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/texk/makejvf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ EXTRA_DIST += \
tests/gkhugeok.tfm \
tests/gkhugeok.vf \
tests/skipjfmp.tfm \
tests/skipjfmp.vf
tests/skipjfmp.vf \
tests/skipjfmp_omit.vf

DISTCLEANFILES = min10.vf rml.tfm rmlv.tfm tmin10.vf testnewu.vf \
gkhugeok.vf skipjfmp.vf urml.tfm
Expand Down
3 changes: 3 additions & 0 deletions source/texk/makejvf/makejvf.test
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
TEXMFCNF=$srcdir/../kpathsea \
./makejvf -k0 -a abc && exit 100

./makejvf -t $srcdir/tests/uni10.cnf -O $srcdir/tests/skipjfmp rml && \
exit 101

exit 0

0 comments on commit e0716f0

Please sign in to comment.