Revision 6f263eaeba3092200e1794713e2a37a21703eb25 authored by Joseph Wright on 19 June 2022, 21:45:26 UTC, committed by Joseph Wright on 19 June 2022, 21:45:40 UTC
1 parent 976c21e
Raw File
config-1run.lua
-- Tests that have only 1 run 

checksearch  = false
testfiledir  = "testfiles-1run"

dynamicfiles = {"*.tst",
                "*.aux","*.toc","*.lof","*.lot",          -- may need more depending on tests
                "github 220 input.tex","github-0220.sty"  -- used by ithub-0220.lvt
	       }

checkruns     = 1
back to top