mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake tests: Added parser_tools test to the lyx2lyx group tests
This commit is contained in:
parent
207cd7a1b7
commit
1b3e4c73f8
@ -229,7 +229,7 @@ foreach(libsubfolder doc examples templates)
|
|||||||
"-DLYX_TESTS_USERDIR=${LYX_TESTS_USERDIR}"
|
"-DLYX_TESTS_USERDIR=${LYX_TESTS_USERDIR}"
|
||||||
"-DLYXFILE=${LIBSUB_SRC_DIR}/${f}.lyx"
|
"-DLYXFILE=${LIBSUB_SRC_DIR}/${f}.lyx"
|
||||||
-P "${TOP_SRC_DIR}/development/autotests/lyx2lyxtest.cmake")
|
-P "${TOP_SRC_DIR}/development/autotests/lyx2lyxtest.cmake")
|
||||||
setmarkedtestlabel(${TestName} ${reverted} "export")
|
setmarkedtestlabel(${TestName} ${reverted} "lyx2lyx")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
set(TestName "check_load/${libsubfolder}/${f}")
|
set(TestName "check_load/${libsubfolder}/${f}")
|
||||||
|
@ -14,4 +14,10 @@ if (UNIX)
|
|||||||
# include(../PyCompile)
|
# include(../PyCompile)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(_testname "lyx2lyx/parser_tools")
|
||||||
|
add_test(NAME ${_testname}
|
||||||
|
COMMAND ${LYX_PYTHON_EXECUTABLE} "${TOP_SRC_DIR}/lib/lyx2lyx/test_parser_tools.py"
|
||||||
|
)
|
||||||
|
settestlabel(${_testname} "lyx2lyx")
|
||||||
|
|
||||||
install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx)
|
install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx)
|
||||||
|
Loading…
Reference in New Issue
Block a user