mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake export tests: Adapt test filtering
1.) Ignore exports for docbook specific files 2.) Because of dvips problem invert test for some Foils-lyx-files
This commit is contained in:
parent
6d35db73fb
commit
2952c78ea5
@ -199,3 +199,7 @@ export/export/lyx2lyx/.*
|
||||
check_load/export/xhtml/.*
|
||||
lyx2lyx/export/xhtml/.*
|
||||
export/export/xhtml/.*(lyx..|dvi.*|pdf.*)
|
||||
|
||||
# DOCBOOK
|
||||
# not expected to successful compile
|
||||
export/export/docbook/.*(lyx..|dvi.*|pdf.*)
|
||||
|
@ -344,4 +344,5 @@ Sublabel: dvips
|
||||
# and remove the dvips class option. But then, the output is not correct
|
||||
# (rotation of foils does not work).
|
||||
export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
|
||||
export/examples/(|fr/)Presentations/Foils_pdf[25](_systemF|_texF)?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user