summaryrefslogtreecommitdiffstats
path: root/Tests/TarTest/TestTarExec.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-30 20:27:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-30 20:27:17 (GMT)
commit8ff49194435b19ca56e8be286899a8d6cd65a4c6 (patch)
treec1838acfc9d895583d9eaa7beeb12298e7c166db /Tests/TarTest/TestTarExec.cxx
parentc690311b76f219b6be7ca9a956ac5ec0882e2cc6 (diff)
downloadCMake-8ff49194435b19ca56e8be286899a8d6cd65a4c6.zip
CMake-8ff49194435b19ca56e8be286899a8d6cd65a4c6.tar.gz
CMake-8ff49194435b19ca56e8be286899a8d6cd65a4c6.tar.bz2
ENH: Add a tar test
Diffstat (limited to 'Tests/TarTest/TestTarExec.cxx')
-rw-r--r--Tests/TarTest/TestTarExec.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/TarTest/TestTarExec.cxx b/Tests/TarTest/TestTarExec.cxx
new file mode 100644
index 0000000..86f2cd1
--- /dev/null
+++ b/Tests/TarTest/TestTarExec.cxx
@@ -0,0 +1,5 @@
+int main()
+{
+ return 0;
+}
+