diff options
author | Brad King <brad.king@kitware.com> | 2015-12-17 19:55:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-12-17 19:55:38 (GMT) |
commit | c7d9a249118a7b01ed8fa9cc8c61833e39d251d2 (patch) | |
tree | cf0e810bdf615b994bc4f2ff0e59ef62e2be15f8 /Utilities/KWIML/test/test_include_C.c | |
parent | 498c36850ba3e3b04dc2cbcd0baad7e8ee750de7 (diff) | |
download | CMake-c7d9a249118a7b01ed8fa9cc8c61833e39d251d2.zip CMake-c7d9a249118a7b01ed8fa9cc8c61833e39d251d2.tar.gz CMake-c7d9a249118a7b01ed8fa9cc8c61833e39d251d2.tar.bz2 |
Utilities/KWIML: Drop sources to make room for fresh import
Diffstat (limited to 'Utilities/KWIML/test/test_include_C.c')
-rw-r--r-- | Utilities/KWIML/test/test_include_C.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Utilities/KWIML/test/test_include_C.c b/Utilities/KWIML/test/test_include_C.c deleted file mode 100644 index fb3e4cf..0000000 --- a/Utilities/KWIML/test/test_include_C.c +++ /dev/null @@ -1,22 +0,0 @@ -/*============================================================================ - Kitware Information Macro Library - Copyright 2010-2011 Kitware, Inc. - - Distributed under the OSI-approved BSD License (the "License"); - see accompanying file Copyright.txt for details. - - This software is distributed WITHOUT ANY WARRANTY; without even the - implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the License for more information. -============================================================================*/ -#include <stdio.h> - -/* Test KWIML header inclusion after above system headers. */ -#include "test.h" -#include KWIML_HEADER(ABI.h) -#include KWIML_HEADER(INT.h) - -int test_include_C(void) -{ - return 1; -} |