summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Executable/Sub1
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-17 17:59:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-17 17:59:23 (GMT)
commit0f8603acc2f007e68a1c41a48919fd1acfc41c20 (patch)
tree95d6c7053b3770e71a6004ecb6b3fedbb74d9ece /Tests/ComplexOneConfig/Executable/Sub1
parent69488e5bd22a59cc7bf0f571f0c9aec9a1273c39 (diff)
downloadCMake-0f8603acc2f007e68a1c41a48919fd1acfc41c20.zip
CMake-0f8603acc2f007e68a1c41a48919fd1acfc41c20.tar.gz
CMake-0f8603acc2f007e68a1c41a48919fd1acfc41c20.tar.bz2
ENH: allow multiple files with the same name in different sub dirs test
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/Sub1')
-rw-r--r--Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c b/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c
new file mode 100644
index 0000000..8720386
--- /dev/null
+++ b/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c
@@ -0,0 +1,4 @@
+int NameConflictTest1()
+{
+ return 0;
+}