2014-07-21 09:39:27 -04:00
|
|
|
file(GLOB FOR_FILES ${PROJECT_SOURCE_DIR}/contrib/20.for/piclib/*.scm)
|
2014-06-27 22:32:23 -04:00
|
|
|
list(APPEND PICLIB_CONTRIB_LIBS ${FOR_FILES})
|
2014-07-22 08:35:03 -04:00
|
|
|
add_custom_target(test-for for test in ${PROJECT_SOURCE_DIR}/contrib/20.for/t/*.scm \; do bin/picrin "$$test" \; done DEPENDS repl)
|
|
|
|
set(CONTRIB_TESTS ${CONTRIB_TESTS} test-for)
|