moved the rest of the tag tests to the new test filename format
authorGary Kramlich <grim@reaperworld.com>
Sun Jul 04 02:55:48 2010 -0500 (19 months ago)
changeset 398f378b0ef5573
parent 397 d2679801cf3a
child 399 6042cc7c5374
moved the rest of the tag tests to the new test filename format
gplate/tags/tests/CMakeLists.txt
     1.1 --- a/gplate/tags/tests/CMakeLists.txt	Sun Jul 04 02:54:08 2010 -0500
     1.2 +++ b/gplate/tags/tests/CMakeLists.txt	Sun Jul 04 02:55:48 2010 -0500
     1.3 @@ -7,14 +7,14 @@
     1.4  target_link_libraries(gplate-tag-test gplate)
     1.5  
     1.6  # add the text tag tests
     1.7 -add_executable(test-text-tag gplate-text-tag-test.c)
     1.8 -target_link_libraries(test-text-tag gplate-tag-test)
     1.9 -list(APPEND TAG_TESTS test-text-tag)
    1.10 +add_executable(gplate-text-tag-test gplate-text-tag-test.c)
    1.11 +target_link_libraries(gplate-text-tag-test gplate-tag-test)
    1.12 +list(APPEND TAG_TESTS gplate-text-tag-test)
    1.13  
    1.14  # add the variable tag tests
    1.15 -add_executable(test-variable-tag gplate-variable-tag-test.c)
    1.16 -target_link_libraries(test-variable-tag gplate-tag-test)
    1.17 -list(APPEND TAG_TESTS test-variable-tag)
    1.18 +add_executable(gplate-variable-tag-test gplate-variable-tag-test.c)
    1.19 +target_link_libraries(gplate-variable-tag-test gplate-tag-test)
    1.20 +list(APPEND TAG_TESTS gplate-variable-tag-test)
    1.21  
    1.22  # add the comment tag tests
    1.23  add_executable(gplate-comment-tag-test gplate-comment-tag-test.c)