Am Donnerstag, 21. Februar 2013 um 08:34:28, schrieb Scott Kostyshak 
<skost...@lyx.org>
> On Thu, Feb 21, 2013 at 8:31 AM, Scott Kostyshak <skost...@lyx.org> wrote:
> > ---
> >  development/autotests/CMakeLists.txt |    2 +-
> >  development/autotests/export-in.sh   |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/development/autotests/CMakeLists.txt 
> > b/development/autotests/CMakeLists.txt
> > index 66968cb..d868333 100644
> > --- a/development/autotests/CMakeLists.txt
> > +++ b/development/autotests/CMakeLists.txt
> > @@ -62,7 +62,7 @@ macro(getdefaultoutputformat filepath varname)
> >    endforeach()
> >  endmacro()
> >
> > -foreach(libsubfolder doc examples)
> > +foreach(libsubfolder doc examples templates)
> >    set(LIBSUB_SRC_DIR "${TOP_SRC_DIR}/lib/${libsubfolder}")
> >    file(GLOB_RECURSE lyx_files RELATIVE "${LIBSUB_SRC_DIR}" 
> > "${LIBSUB_SRC_DIR}/*.lyx")
> >    list(SORT lyx_files)
> > diff --git a/development/autotests/export-in.sh 
> > b/development/autotests/export-in.sh
> > index adf2ce1..a6f93a7 100755
> > --- a/development/autotests/export-in.sh
> > +++ b/development/autotests/export-in.sh
> > @@ -1,7 +1,7 @@
> >  #!/bin/bash
> >
> >  failed=0
> > -for libsubdir in doc examples; do
> > +for libsubdir in doc examples templates; do
> >      for format in xhtml lyx16x; do
> >          for f in $LYX_ROOT/lib/$libsubdir/*lyx; do
> >              if $LYX_EXE -e $format $f >> lyx-log.txt 2>&1; then
> > --
> > 1.7.9.5
> >
> 
> Can this go in?

Yes. Templates should be compilable, absolutely. Therefore they should be 
tested IMHO.

> I'm getting a lot of failures, but mostly because of
> missing packages.

I am getting errors too.

> I'm going to wait until I update my outdated
> packages to dig further.
> 
> Scott

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to