summaryrefslogtreecommitdiffstats
path: root/testing/CMakeLists.txt
blob: 21df5abf2fe222f105987bb4c0bc0e3a90ffe799 (plain)
1
2
3
4
5
6
7
8
9
find_program(XMLLINT NAMES xmllint)
find_program(DIFF NAMES diff)

add_custom_target(tests
	COMMENT "Running doxygen tests..."
        COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/testing/runtests.py --all --doxygen ${PROJECT_BINARY_DIR}/bin/doxygen --inputdir ${CMAKE_SOURCE_DIR}/testing --outputdir ${PROJECT_BINARY_DIR}/testing
	DEPENDS doxygen
)