grim/gplate

Parents d2679801cf3a
Children 6042cc7c5374
moved the rest of the tag tests to the new test filename format
--- 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)