# HG changeset patch # User Gary Kramlich # Date 1278230148 18000 # Node ID f378b0ef5573e87a71e622f05353236108f6c18a # Parent d2679801cf3ac22aad4a8978fd3836a090d325e7 moved the rest of the tag tests to the new test filename format diff -r d2679801cf3a -r f378b0ef5573 gplate/tags/tests/CMakeLists.txt --- a/gplate/tags/tests/CMakeLists.txt Sun Jul 04 02:54:08 2010 -0500 +++ b/gplate/tags/tests/CMakeLists.txt Sun Jul 04 02:55:48 2010 -0500 @@ -7,14 +7,14 @@ target_link_libraries(gplate-tag-test gplate) # add the text tag tests -add_executable(test-text-tag gplate-text-tag-test.c) -target_link_libraries(test-text-tag gplate-tag-test) -list(APPEND TAG_TESTS test-text-tag) +add_executable(gplate-text-tag-test gplate-text-tag-test.c) +target_link_libraries(gplate-text-tag-test gplate-tag-test) +list(APPEND TAG_TESTS gplate-text-tag-test) # add the variable tag tests -add_executable(test-variable-tag gplate-variable-tag-test.c) -target_link_libraries(test-variable-tag gplate-tag-test) -list(APPEND TAG_TESTS test-variable-tag) +add_executable(gplate-variable-tag-test gplate-variable-tag-test.c) +target_link_libraries(gplate-variable-tag-test gplate-tag-test) +list(APPEND TAG_TESTS gplate-variable-tag-test) # add the comment tag tests add_executable(gplate-comment-tag-test gplate-comment-tag-test.c)