diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2015-04-07 17:40:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-10 12:32:32 (GMT) |
commit | 6c4781baa9ea4cfb7b4de9ef91e58888286fab44 (patch) | |
tree | 992b9334ad833f69543702c50d1166ff1b2c06e4 /Tests/TarTest/TestTarExec.cxx | |
parent | fd04d87323749c15969982d9aa9b72059f33463b (diff) | |
download | CMake-6c4781baa9ea4cfb7b4de9ef91e58888286fab44.zip CMake-6c4781baa9ea4cfb7b4de9ef91e58888286fab44.tar.gz CMake-6c4781baa9ea4cfb7b4de9ef91e58888286fab44.tar.bz2 |
Tests: Consolidate, refactor and extend -E tar tests
Diffstat (limited to 'Tests/TarTest/TestTarExec.cxx')
-rw-r--r-- | Tests/TarTest/TestTarExec.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/TarTest/TestTarExec.cxx b/Tests/TarTest/TestTarExec.cxx deleted file mode 100644 index 86f2cd1..0000000 --- a/Tests/TarTest/TestTarExec.cxx +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - return 0; -} - |