summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/testing.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-20 02:24:55 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-20 02:24:55 (GMT)
commitc8d8e693cf24d657ced601c8173258f89b62e71a (patch)
tree2fcf0b3929d709ec76fced03145ce59897a8c04d /Tests/Testing/testing.cxx
parent30b3cc0755b43bf3ad04cf2fa4d5af441cbadfd7 (diff)
downloadCMake-c8d8e693cf24d657ced601c8173258f89b62e71a.zip
CMake-c8d8e693cf24d657ced601c8173258f89b62e71a.tar.gz
CMake-c8d8e693cf24d657ced601c8173258f89b62e71a.tar.bz2
Add documentation, comments. Move some 'Complex' sub-tests into 2 new 'Wrapping' and 'Testing' tests.
Diffstat (limited to 'Tests/Testing/testing.cxx')
-rw-r--r--Tests/Testing/testing.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Testing/testing.cxx b/Tests/Testing/testing.cxx
new file mode 100644
index 0000000..1482f27
--- /dev/null
+++ b/Tests/Testing/testing.cxx
@@ -0,0 +1,4 @@
+int main ()
+{
+ return 0;
+}