Skip to content

Commit 181c545

Browse files
committed
l3build basic test working
1 parent bafd954 commit 181c545

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

build.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ module = "biblatex"
44
-- variable overwrites (if needed)
55
stdengine = "luatex"
66
checkengines = {"luatex"}
7+
checkruns = 2
8+
checksuppfiles = {"bltx-test.tex"}
9+
testsuppdir = "testfiles/helpers"
710
-- call standard script
811
kpse.set_program_name ("kpsewhich")
912
dofile (kpse.lookup ("l3build.lua"))
File renamed without changes.

testfiles/01-introduction.tlg

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,17 @@ Author: Philip Kime
2020
============================================================
2121
TEST 1: cite 1
2222
============================================================
23-
LaTeX Warning: Citation 'companion' on page 1 undefined on input line ....
2423
> \box0=
25-
\hbox(7.5+2.5)x59.7, direction TLT
24+
\hbox(7.5+2.5)x10.56, direction TLT
2625
.\EU2/lmr/m/n/10 [
27-
.\hbox(6.85+1.94)x54.14, direction TLT
28-
..\EU2/lmr/bx/n/10 c
29-
..\EU2/lmr/bx/n/10 o
30-
..\EU2/lmr/bx/n/10 m
31-
..\discretionary
32-
...\EU2/lmr/bx/n/10 -
33-
..\EU2/lmr/bx/n/10 p
34-
..\EU2/lmr/bx/n/10 a
35-
..\EU2/lmr/bx/n/10 n
36-
..\discretionary
37-
...\EU2/lmr/bx/n/10 -
38-
..\EU2/lmr/bx/n/10 i
39-
..\EU2/lmr/bx/n/10 o
40-
..\EU2/lmr/bx/n/10 n
26+
.\EU2/lmr/m/n/10 1
4127
.\EU2/lmr/m/n/10 ]
4228
! OK.
4329
\TYPEBOX ...roup \setbox 0=\hbox {{#1}}\showbox 0
4430
\endgroup
4531
l. ...}
4632
============================================================
33+
[1
34+
]
4735
(.aux)
48-
LaTeX Warning: There were undefined references.
49-
Package biblatex Warning: Please (re)run Biber on the file:
50-
(biblatex)
51-
(biblatex) and rerun LaTeX afterwards.
5236
Package logreq Info: Writing requests to '.run.xml'.

0 commit comments

Comments
 (0)