STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other tests.

This commit is contained in:
Brad King 2005-04-13 16:58:30 -04:00
parent 79c0487de9
commit 21d54eea8d
1 changed files with 1 additions and 1 deletions

View File

@ -490,6 +490,6 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
ADD_TEST(kwsys-testProcess-4 ${EXEC_DIR}/testProcess 4)
ADD_TEST(kwsys-testProcess-5 ${EXEC_DIR}/testProcess 5)
ADD_TEST(kwsys-testProcess-6 ${EXEC_DIR}/testProcess 6)
ADD_TEST(kwsys-hash ${EXEC_DIR}/testhash)
ADD_TEST(kwsys-testhash ${EXEC_DIR}/testhash)
ENDIF(BUILD_TESTING)
ENDIF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)