Imported Upstream version 1.8.15
[platform/upstream/doxygen.git] / testing / CMakeLists.txt
1 add_custom_target(tests
2          COMMENT "Running doxygen tests..."
3          COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/testing/runtests.py --doxygen ${PROJECT_BINARY_DIR}/bin/doxygen --inputdir ${CMAKE_SOURCE_DIR}/testing --outputdir ${PROJECT_BINARY_DIR}/testing
4          DEPENDS doxygen
5 )
6 add_test(NAME suite
7         COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/testing/runtests.py --doxygen $<TARGET_FILE:doxygen> --inputdir ${CMAKE_SOURCE_DIR}/testing --outputdir ${PROJECT_BINARY_DIR}/testing
8 )
9