2009-09-28 11:37:35 -04:00
|
|
|
/*============================================================================
|
|
|
|
KWSys - Kitware System Library
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2005-10-04 15:09:00 -04:00
|
|
|
|
2009-09-28 11:37:35 -04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2005-10-04 15:09:00 -04:00
|
|
|
|
2009-09-28 11:37:35 -04:00
|
|
|
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.
|
|
|
|
============================================================================*/
|
2005-10-04 15:09:00 -04:00
|
|
|
#ifndef @KWSYS_NAMESPACE@_testSystemtools_h
|
|
|
|
#define @KWSYS_NAMESPACE@_testSystemtools_h
|
|
|
|
|
2006-03-10 15:38:35 -05:00
|
|
|
#define EXECUTABLE_OUTPUT_PATH "@CMAKE_CURRENT_BINARY_DIR@"
|
2006-03-10 14:53:42 -05:00
|
|
|
|
2005-10-06 17:16:07 -04:00
|
|
|
#define TEST_SYSTEMTOOLS_BIN_FILE "@TEST_SYSTEMTOOLS_BIN_FILE@"
|
2005-10-05 16:06:45 -04:00
|
|
|
#define TEST_SYSTEMTOOLS_SRC_FILE "@TEST_SYSTEMTOOLS_SRC_FILE@"
|
2005-10-04 15:09:00 -04:00
|
|
|
|
|
|
|
#endif
|