mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Adapt test outline-beamer' to the synchronous batch export
Also add the 'export'- label to this test
This commit is contained in:
parent
3457d9d25f
commit
17dc24419a
@ -1,6 +1,7 @@
|
|||||||
# Checking whether moving beamer slides through the document doesn't break its structure.
|
# Checking whether moving beamer slides through the document doesn't break its structure.
|
||||||
# see also https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203281.html
|
# see also https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203281.html
|
||||||
add_test(NAME "outline-beamer" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl beamer_test)
|
add_test(NAME "outline-beamer" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl beamer_test)
|
||||||
|
setmarkedtestlabel(outline-beamer "export")
|
||||||
# Checking that info inset correctly fills up VCS information
|
# Checking that info inset correctly fills up VCS information
|
||||||
# see also bug #10835
|
# see also bug #10835
|
||||||
add_test(NAME "vcs-info" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl vcs_info_export)
|
add_test(NAME "vcs-info" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl vcs_info_export)
|
||||||
|
@ -798,11 +798,13 @@ shipped with \LyX !
|
|||||||
\begin{frame}
|
\begin{frame}
|
||||||
|
|
||||||
\frametitle<presentation>{References}
|
\frametitle<presentation>{References}
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
%
|
||||||
\begin{thebibliography}{1}
|
\begin{thebibliography}{1}
|
||||||
\bibitem{beamer-ug}Tantau, Till et al.:\newblock The beamer class.
|
\bibitem{beamer-ug}Tantau, Till et al.:\newblock The beamer class.
|
||||||
\url{https://ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf}.
|
\url{https://ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf}.
|
||||||
\end{thebibliography}
|
\end{thebibliography}
|
||||||
\end{frame}
|
|
||||||
%
|
%
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
@ -30,7 +30,6 @@ my %Tests = (
|
|||||||
"repeat 150 outline-down",
|
"repeat 150 outline-down",
|
||||||
"repeat 150 outline-up",
|
"repeat 150 outline-up",
|
||||||
"buffer-export pdflatex",
|
"buffer-export pdflatex",
|
||||||
"repeat 150 outline-down",
|
|
||||||
"buffer-reload dump",
|
"buffer-reload dump",
|
||||||
"lyx-quit"]
|
"lyx-quit"]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user