COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.

This commit is contained in:
Brad King 2007-03-03 15:43:31 -05:00
parent 55abd50681
commit 091eafefb3
2 changed files with 3 additions and 1 deletions

View File

@ -871,7 +871,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
# C++ tests
SET(KWSYS_CXX_TESTS
# testAutoPtr
testAutoPtr
testHashSTL
testRegistry
testIOS

View File

@ -14,6 +14,8 @@
#ifndef @KWSYS_NAMESPACE@_auto_ptr_hxx
#define @KWSYS_NAMESPACE@_auto_ptr_hxx
#include <@KWSYS_NAMESPACE@/Configure.hxx>
namespace @KWSYS_NAMESPACE@
{