X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2FCMakeLists.txt;h=43fb13a6db212479762aefacbf3a5037a5f640b0;hb=6ab3be039ee0d74bbb7782bae8e1e0b278d14b3d;hp=6cfa5cd3038a8dbfb3f471dac2d304e9454fb374;hpb=b64014229f16281890b49bf79f42ba1abe6e895a;p=lyx.git diff --git a/lib/lyx2lyx/CMakeLists.txt b/lib/lyx2lyx/CMakeLists.txt index 6cfa5cd303..43fb13a6db 100644 --- a/lib/lyx2lyx/CMakeLists.txt +++ b/lib/lyx2lyx/CMakeLists.txt @@ -14,4 +14,10 @@ if (UNIX) # include(../PyCompile) 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)