Skip to content

Commit

Permalink
test: dist_platex_{dvips,dvipdfmx}
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Jan 28, 2024
1 parent ec6a820 commit b32187b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/check.bats
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@ require_package() {
check_tarball biblatex/doc4.tar.gz 4
}

@test "dist_platex_dvips" {
require_executable platex
require_executable dvips
require_executable convbkmk
require_executable ps2pdf
MAKE_ARGS='dist' test_dir platex_dvips
check_tarball platex_dvips/doc.tar.gz 1
}

@test "dist_platex_dvipdfmx" {
require_executable platex
require_executable dvipdfmx
MAKE_ARGS='dist' test_dir platex_dvipdfmx
check_tarball platex_dvipdfmx/doc.tar.gz 1
}

@test "latexdiff1" {
require_executable latexdiff
require_executable latexpand
Expand Down

0 comments on commit b32187b

Please sign in to comment.