diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 14:02:13 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 14:02:13 (GMT) |
commit | fc5bd6b8bc2fc8e01e693e0bce422b21afd5641d (patch) | |
tree | 1c61b7833d1f33d80bdba68e8f2b4ac34f3bd433 | |
parent | c8a09f9441323ff2840ac46d9342be316e63e050 (diff) | |
download | CMake-fc5bd6b8bc2fc8e01e693e0bce422b21afd5641d.zip CMake-fc5bd6b8bc2fc8e01e693e0bce422b21afd5641d.tar.gz CMake-fc5bd6b8bc2fc8e01e693e0bce422b21afd5641d.tar.bz2 |
Is not used (see Simple test)
-rw-r--r-- | Tests/Complex/simple.cxx | 4 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/simple.cxx | 4 | ||||
-rw-r--r-- | Tests/ComplexRelativePaths/simple.cxx | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/Tests/Complex/simple.cxx b/Tests/Complex/simple.cxx deleted file mode 100644 index 1482f27..0000000 --- a/Tests/Complex/simple.cxx +++ /dev/null @@ -1,4 +0,0 @@ -int main () -{ - return 0; -} diff --git a/Tests/ComplexOneConfig/simple.cxx b/Tests/ComplexOneConfig/simple.cxx deleted file mode 100644 index 1482f27..0000000 --- a/Tests/ComplexOneConfig/simple.cxx +++ /dev/null @@ -1,4 +0,0 @@ -int main () -{ - return 0; -} diff --git a/Tests/ComplexRelativePaths/simple.cxx b/Tests/ComplexRelativePaths/simple.cxx deleted file mode 100644 index 1482f27..0000000 --- a/Tests/ComplexRelativePaths/simple.cxx +++ /dev/null @@ -1,4 +0,0 @@ -int main () -{ - return 0; -} |