Class SmokeCheck

java.lang.Object
io.github.p4suta.tateyokopdf.tools.SmokeCheck

public final class SmokeCheck extends Object
Smoke test for the built jpackage launcher: convert a sample PDF and assert the output really is a PDF (starts with the %PDF magic). The Gradle task supplies the OS-specific launcher path. Exits non-zero with a message on any failure.

Usage: SmokeCheck <launcher> <input.pdf> <output.pdf>