gplate/tests/CMakeLists.txt
changeset 402 b9a2a060c766
parent 400 0938cb5d076b
     1.1 --- a/gplate/tests/CMakeLists.txt	Sun Jul 04 03:34:39 2010 -0500
     1.2 +++ b/gplate/tests/CMakeLists.txt	Sun Jul 04 03:40:27 2010 -0500
     1.3 @@ -6,7 +6,7 @@
     1.4  add_executable(test-gplate-collection-interface test-gplate-collection-interface.c)
     1.5  target_link_libraries(test-gplate-collection-interface gplate)
     1.6  add_test(GPlateCollectionInterface
     1.7 -         gtester -k --verbose -o test-gplate-collection-interface.log
     1.8 +         ${GTESTER} -k --verbose -o test-gplate-collection-interface.log
     1.9           test-gplate-collection-interface
    1.10  )
    1.11  
    1.12 @@ -16,7 +16,7 @@
    1.13  add_executable(test-gplate-utility-functions test-gplate-utility-functions.c)
    1.14  target_link_libraries(test-gplate-utility-functions gplate)
    1.15  add_test(GPlateUtilityFunctions
    1.16 -         gtester -k --verbose -o test-gplate-utility-functions.log
    1.17 +         ${GTESTER} -k --verbose -o test-gplate-utility-functions.log
    1.18           test-gplate-utility-functions
    1.19  )
    1.20