summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstallS2/TestSubDir/TSD.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-06-01 16:55:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-06-01 16:55:23 (GMT)
commit5bbfbd56f584a43b13f3b2409f168bcfd6e02411 (patch)
treee992f012c3df6b75d027a9499eeaf1f69cc88ee8 /Tests/SimpleInstallS2/TestSubDir/TSD.cxx
parent2936c54cdd4acfd402a0237b29b96d718c64ffbf (diff)
downloadCMake-5bbfbd56f584a43b13f3b2409f168bcfd6e02411.zip
CMake-5bbfbd56f584a43b13f3b2409f168bcfd6e02411.tar.gz
CMake-5bbfbd56f584a43b13f3b2409f168bcfd6e02411.tar.bz2
ENH: More elaborate install test
Diffstat (limited to 'Tests/SimpleInstallS2/TestSubDir/TSD.cxx')
-rw-r--r--Tests/SimpleInstallS2/TestSubDir/TSD.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/TestSubDir/TSD.cxx b/Tests/SimpleInstallS2/TestSubDir/TSD.cxx
new file mode 100644
index 0000000..8fc3878
--- /dev/null
+++ b/Tests/SimpleInstallS2/TestSubDir/TSD.cxx
@@ -0,0 +1,10 @@
+#include <stdio.h>
+
+#include "TSD.h"
+
+int main()
+{
+ int res = TSD("TEST");
+ printf("Hello from TSD\n");
+ return res;
+}