summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CTestCommandExpandLists/expandEmptyCommand.cmake
blob: b75828e38cb5c507eaea3c82236efed552164a43 (plain)
1
2
3
4
5
6
7
8
9
10
include(CTest)

set(argv /bin/true)
list(POP_BACK argv)

add_test(
  NAME CommandExpandEmptyList
  COMMAND "$<JOIN:${argv},;>"
  COMMAND_EXPAND_LISTS
)