summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/pcStatic.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-08-11 13:56:02 (GMT)
committerBrad King <brad.king@kitware.com>2009-08-11 13:56:02 (GMT)
commit875c478b64de0e0986394e2d642254f7943ec588 (patch)
tree6d0f976715e3434f2f0d08c87eaf59e6e1c80070 /Tests/Testing/pcStatic.c
parentd2e1f2b4d6d87c171464b5dc41b00b609c90bf26 (diff)
downloadCMake-875c478b64de0e0986394e2d642254f7943ec588.zip
CMake-875c478b64de0e0986394e2d642254f7943ec588.tar.gz
CMake-875c478b64de0e0986394e2d642254f7943ec588.tar.bz2
Test add_test() generator expressions
This teaches the 'testing' test to try generator expressions in arguments to add_test(NAME). This test case mimics a common use-case of passing executables to test driver scripts. We excercise the syntax for per-configuration target file names.
Diffstat (limited to 'Tests/Testing/pcStatic.c')
-rw-r--r--Tests/Testing/pcStatic.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Testing/pcStatic.c b/Tests/Testing/pcStatic.c
new file mode 100644
index 0000000..7e1bf51
--- /dev/null
+++ b/Tests/Testing/pcStatic.c
@@ -0,0 +1,4 @@
+const char* pcStatic(void)
+{
+ return "INFO:symbol[pcStatic]";
+}