| author | Gary Kramlich <grim@reaperworld.com> |
| Sun Jul 04 03:40:27 2010 -0500 (22 months ago) | |
| changeset 402 | b9a2a060c766 |
| parent 385 | 95ae42d27098 |
| child 405 | b90b9411363f |
| permissions | -rw-r--r-- |
1 enable_testing()
3 add_executable(test-gplate-for-function test-gplate-for-function.c)
4 target_link_libraries(test-gplate-for-function gplate)
5 list(APPEND FUNCTION_TESTS test-gplate-for-function)
7 add_test(GPlateFunctions
8 ${GTESTER} -k --verbose -o test-gplate-function.log
9 ${FUNCTION_TESTS}
10 )