summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/perconfig.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-07 22:36:24 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-15 19:53:33 (GMT)
commit45e1953c4037d4492668651ae3bbfd6a4a875bc1 (patch)
tree37d90c289495eaeb53aa1d13b18dcbeb93859523 /Tests/Testing/perconfig.c
parent4091bca4ecf4a7f9c2099a7d34e125494de60e1c (diff)
downloadCMake-45e1953c4037d4492668651ae3bbfd6a4a875bc1.zip
CMake-45e1953c4037d4492668651ae3bbfd6a4a875bc1.tar.gz
CMake-45e1953c4037d4492668651ae3bbfd6a4a875bc1.tar.bz2
Factor per-config sample targets out of 'Testing' test
Put the source files, build rules, and test scripts for these targets under Tests/PerConfig and refer to it from Tests/Testing as a subdirectory. The targets and scripts will be useful in other tests.
Diffstat (limited to 'Tests/Testing/perconfig.c')
-rw-r--r--Tests/Testing/perconfig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/Testing/perconfig.c b/Tests/Testing/perconfig.c
deleted file mode 100644
index d942d45..0000000
--- a/Tests/Testing/perconfig.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "pcShared.h"
-extern const char* pcStatic(void);
-int main()
-{
- pcStatic();
- pcShared();
- return 0;
-}