summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-22 21:05:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-22 21:05:25 (GMT)
commit5c26f29ed78016ea8402c97634738e130e553689 (patch)
tree5a1bb23a5700dfb802fee627b214b4927a72ebaa /Tests
parent040f7768859ae974d10ef24670768fce574bb2e4 (diff)
downloadCMake-5c26f29ed78016ea8402c97634738e130e553689.zip
CMake-5c26f29ed78016ea8402c97634738e130e553689.tar.gz
CMake-5c26f29ed78016ea8402c97634738e130e553689.tar.bz2
ENH: add missing file
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/Executable/A.cxx4
-rw-r--r--Tests/ComplexOneConfig/Executable/A.cxx4
-rw-r--r--Tests/ComplexRelativePaths/Executable/A.cxx4
3 files changed, 12 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/A.cxx b/Tests/Complex/Executable/A.cxx
new file mode 100644
index 0000000..7f98319
--- /dev/null
+++ b/Tests/Complex/Executable/A.cxx
@@ -0,0 +1,4 @@
+int main()
+{
+ return 10;
+}
diff --git a/Tests/ComplexOneConfig/Executable/A.cxx b/Tests/ComplexOneConfig/Executable/A.cxx
new file mode 100644
index 0000000..7f98319
--- /dev/null
+++ b/Tests/ComplexOneConfig/Executable/A.cxx
@@ -0,0 +1,4 @@
+int main()
+{
+ return 10;
+}
diff --git a/Tests/ComplexRelativePaths/Executable/A.cxx b/Tests/ComplexRelativePaths/Executable/A.cxx
new file mode 100644
index 0000000..7f98319
--- /dev/null
+++ b/Tests/ComplexRelativePaths/Executable/A.cxx
@@ -0,0 +1,4 @@
+int main()
+{
+ return 10;
+}