Introduce "generator expressions" to add_test()
commit35be1791651adb73e5e9d6344a62bbdf89c1c246
authorking <king>
Tue, 11 Aug 2009 13:54:54 +0000 (11 13:54 +0000)
committerking <king>
Tue, 11 Aug 2009 13:54:54 +0000 (11 13:54 +0000)
treec76fde9c29202006d935eef52c877fc049b1dc29
parent1aba4b5a6c41a3ff7936313b3e81644ada4e37dd
Introduce "generator expressions" to add_test()

This introduces a new syntax called "generator expressions" to the test
COMMAND option of the add_test(NAME) command mode.  These expressions
have a syntax like $<TARGET_FILE:mytarget> and are evaluated during
build system generation.  This syntax allows per-configuration target
output files to be referenced in test commands and arguments.
Source/CMakeLists.txt
Source/cmAddTestCommand.h
Source/cmGeneratorExpression.cxx [new file with mode: 0644]
Source/cmGeneratorExpression.h [new file with mode: 0644]
Source/cmTestGenerator.cxx
bootstrap