summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/test1.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-05-08 18:17:26 (GMT)
committerBrad King <brad.king@kitware.com>2003-05-08 18:17:26 (GMT)
commit332f4021911a7be31c89a697938ba469a624a9c3 (patch)
tree3337109c72731ce2c668f6826fd685cf31ba797b /Source/kwsys/test1.cxx
parent6292558f36a30b20f1c1c3b0410004222d0e4f6f (diff)
downloadCMake-332f4021911a7be31c89a697938ba469a624a9c3.zip
CMake-332f4021911a7be31c89a697938ba469a624a9c3.tar.gz
CMake-332f4021911a7be31c89a697938ba469a624a9c3.tar.bz2
ENH: Setup for testing as a stand-alone project.
Diffstat (limited to 'Source/kwsys/test1.cxx')
-rw-r--r--Source/kwsys/test1.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/kwsys/test1.cxx b/Source/kwsys/test1.cxx
new file mode 100644
index 0000000..e46f02c
--- /dev/null
+++ b/Source/kwsys/test1.cxx
@@ -0,0 +1,7 @@
+#include <kwsys/Directory.hxx>
+
+int main()
+{
+ kwsys::Directory();
+ return 0;
+}