gplate/tests/CMakeLists.txt
changeset 388 301bcc8bdad0
child 400 0938cb5d076b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gplate/tests/CMakeLists.txt	Sat Jun 26 15:25:18 2010 -0500
     1.3 @@ -0,0 +1,10 @@
     1.4 +enable_testing()
     1.5 +
     1.6 +add_executable(test-collection-interface test-collection-interface.c)
     1.7 +target_link_libraries(test-collection-interface gplate)
     1.8 +add_test(GPlateCollectionInterface test-collection-interface)
     1.9 +
    1.10 +add_executable(test-util-functions test-util-functions.c)
    1.11 +target_link_libraries(test-util-functions gplate)
    1.12 +add_test(GPlateUtilityFunctions test-util-functions)
    1.13 +