Skip to content

Commit

Permalink
Use add_test signature where target command gets resolved to binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
kossebau committed Feb 2, 2018
1 parent 94cc26e commit 63abd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ if (X11_Xfixes_FOUND)
target_link_libraries(kcmTest ${X11_Xfixes_LIB})
endif ()

add_test(lookandfeel-kcmTest kcmTest)
add_test(NAME lookandfeel-kcmTest COMMAND kcmTest)
ecm_mark_as_test(kcmTest)

0 comments on commit 63abd27

Please sign in to comment.