gplate/tests/CMakeLists.txt
author Gary Kramlich <grim@reaperworld.com>
Sat Jun 26 15:25:18 2010 -0500 (23 months ago)
changeset 388 301bcc8bdad0
child 400 0938cb5d076b
permissions -rw-r--r--
moving more testing stuff to it's new home and implementation
     1 enable_testing()
     2 
     3 add_executable(test-collection-interface test-collection-interface.c)
     4 target_link_libraries(test-collection-interface gplate)
     5 add_test(GPlateCollectionInterface test-collection-interface)
     6 
     7 add_executable(test-util-functions test-util-functions.c)
     8 target_link_libraries(test-util-functions gplate)
     9 add_test(GPlateUtilityFunctions test-util-functions)
    10