| 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-- |
| grim@388 | 1 |
enable_testing() |
| grim@388 | 2 |
|
| grim@388 | 3 |
add_executable(test-collection-interface test-collection-interface.c) |
| grim@388 | 4 |
target_link_libraries(test-collection-interface gplate) |
| grim@388 | 5 |
add_test(GPlateCollectionInterface test-collection-interface) |
| grim@388 | 6 |
|
| grim@388 | 7 |
add_executable(test-util-functions test-util-functions.c) |
| grim@388 | 8 |
target_link_libraries(test-util-functions gplate) |
| grim@388 | 9 |
add_test(GPlateUtilityFunctions test-util-functions) |
| grim@388 | 10 |