summaryrefslogtreecommitdiffstats
path: root/Tests/Framework/bar.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-05-08 14:58:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-05-08 14:58:35 (GMT)
commitb39d96dff85d9fe8b236f9519f5d7d9b8c9f2880 (patch)
tree3703589a3ae6dbe20e586d761e62ddec2492b2e6 /Tests/Framework/bar.cxx
parent9323a2798973b3dbe8ca9725f1cb5c8ff6d5900b (diff)
downloadCMake-b39d96dff85d9fe8b236f9519f5d7d9b8c9f2880.zip
CMake-b39d96dff85d9fe8b236f9519f5d7d9b8c9f2880.tar.gz
CMake-b39d96dff85d9fe8b236f9519f5d7d9b8c9f2880.tar.bz2
ENH: add a very simple framework test
Diffstat (limited to 'Tests/Framework/bar.cxx')
-rw-r--r--Tests/Framework/bar.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Framework/bar.cxx b/Tests/Framework/bar.cxx
new file mode 100644
index 0000000..37c132a
--- /dev/null
+++ b/Tests/Framework/bar.cxx
@@ -0,0 +1,6 @@
+void foo();
+int main()
+{
+ foo();
+ return 0;
+}