summaryrefslogtreecommitdiffstats
path: root/Tests/OutOfSource/simple.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-07-07 13:54:29 (GMT)
committerBrad King <brad.king@kitware.com>2006-07-07 13:54:29 (GMT)
commitccfab2622bedf9ccce0a0d1136613703b0c3ef04 (patch)
treedbf38a4fcffe433d5a50fc7b2c5b41267fd696ea /Tests/OutOfSource/simple.cxx
parent18fcd851b6c564c001d5f30bf4cd981a97a3ac01 (diff)
downloadCMake-ccfab2622bedf9ccce0a0d1136613703b0c3ef04.zip
CMake-ccfab2622bedf9ccce0a0d1136613703b0c3ef04.tar.gz
CMake-ccfab2622bedf9ccce0a0d1136613703b0c3ef04.tar.bz2
ENH: Adding test for multiple source files with the same name but different full paths.
Diffstat (limited to 'Tests/OutOfSource/simple.cxx')
-rw-r--r--Tests/OutOfSource/simple.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/OutOfSource/simple.cxx b/Tests/OutOfSource/simple.cxx
new file mode 100644
index 0000000..27e79f4
--- /dev/null
+++ b/Tests/OutOfSource/simple.cxx
@@ -0,0 +1 @@
+int simple() { return 123; }