https://github.com/latex3/latex2e
Raw File
Tip revision: 45f16180ee26bc5db3717f66cc2ce56e9bdc9942 authored by Joseph Wright on 17 July 2022, 09:28:53 UTC
Step pre-release tag
Tip revision: 45f1618
config-ltcmd.lua
-- Tests for ltcmd (from latex3/l3packages/xparse)

checkengines = {"etex","xetex","luatex"}
stdengine    = "etex"
checksearch  = false
testfiledir  = "testfiles-ltcmd"

testsuppdir = "../support"

checkruns = 1
back to top