Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
tests.xml is not a program :)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Oct 7, 2014
1 parent a16c35a commit 6d466f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Expand Up @@ -33,4 +33,5 @@ target_link_libraries(test_dbus

configure_file(tests.xml.in tests.xml @ONLY)
FILE(GLOB SH_FILES *.sh)
install(PROGRAMS tests.xml ${SH_FILES} DESTINATION ${TESTS_DIR})
install(PROGRAMS ${SH_FILES} DESTINATION ${TESTS_DIR})
install(FILES tests.xml DESTINATION ${TESTS_DIR})

0 comments on commit 6d466f3

Please sign in to comment.