summaryrefslogtreecommitdiffstats
path: root/Tests/CrossCompile/main.c
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-11-09 16:14:21 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-11-09 16:14:21 (GMT)
commitef84e81011c66edfcc5223af0eff2790004d5689 (patch)
treed1fd38c454d2d851ee12b1f11f85b8581a4afe08 /Tests/CrossCompile/main.c
parent70dbbcc54278ef4f618ab316c67dcae0903fd6e2 (diff)
downloadCMake-ef84e81011c66edfcc5223af0eff2790004d5689.zip
CMake-ef84e81011c66edfcc5223af0eff2790004d5689.tar.gz
CMake-ef84e81011c66edfcc5223af0eff2790004d5689.tar.bz2
Added test coverage for TRY_RUN in cross compile mode.
Diffstat (limited to 'Tests/CrossCompile/main.c')
-rw-r--r--Tests/CrossCompile/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CrossCompile/main.c b/Tests/CrossCompile/main.c
new file mode 100644
index 0000000..8488f4e
--- /dev/null
+++ b/Tests/CrossCompile/main.c
@@ -0,0 +1,4 @@
+int main(void)
+{
+ return 0;
+}