diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-30 20:27:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-30 20:27:17 (GMT) |
commit | 8ff49194435b19ca56e8be286899a8d6cd65a4c6 (patch) | |
tree | c1838acfc9d895583d9eaa7beeb12298e7c166db /Tests/TarTest/TestTarExec.cxx | |
parent | c690311b76f219b6be7ca9a956ac5ec0882e2cc6 (diff) | |
download | CMake-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.cxx | 5 |
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; +} + |