##=========================================================================
## 
##   Copyright (c) Kitware, Inc.
##   All rights reserved.
##   See Copyright.txt or http://www.kitware.com/VolViewCopyright.htm for details.
## 
##      This software is distributed WITHOUT ANY WARRANTY; without even
##      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
##      PURPOSE.  See the above copyright notice for more information.
## 
##=========================================================================
IF(VTK_PRINT_SELF_CHECK_TCL AND TCL_TCLSH)
  ADD_TEST(KWCommonPro-PrintSelf ${TCL_TCLSH}
           ${VTK_PRINT_SELF_CHECK_TCL}
           ${KWCommonPro_SOURCE_DIR})
ENDIF(VTK_PRINT_SELF_CHECK_TCL AND TCL_TCLSH)

IF(VTK_FIND_STRING_TCL AND TCL_TCLSH)
  ADD_TEST(KWCommonPro-SetObjectMacro ${TCL_TCLSH}
           ${VTK_FIND_STRING_TCL}
           "${KWCommonPro_SOURCE_DIR}/vtk\\\\*.h"
           "vtkSetObjectMacro")
ENDIF(VTK_FIND_STRING_TCL AND TCL_TCLSH)
