set (SRCS pmltest.cpp)
add_executable(pmltest ${SRCS})
set(PML_LIBRARIES pml ${LIBXML2_LIBRARIES})
target_link_libraries(pmltest ${PML_LIBRARIES})
add_dependencies(pmltest pml)

# Testing
# TODO build one pml file with every tests in it, use it and check that inputFilename-output-pmltest.pml is identical to inputFilename.pml
add_test(pmltestRun ${CAMITK_BIN_DIR}/pmltest)
set_tests_properties(pmltestRun PROPERTIES LABELS pml)