cmake: Remove debug messages

This commit is contained in:
okuoku 2017-12-14 21:23:34 +09:00
parent 6f64a8ae0e
commit 3ea5b51c6c

View file

@ -250,8 +250,6 @@ foreach(e ${chibi-scheme-tests})
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
endforeach()
message(STATUS "Detecting library tests")
file(GLOB_RECURSE srfi_tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/lib
${CMAKE_CURRENT_SOURCE_DIR}/lib/srfi/*/test.sld)
@ -287,6 +285,5 @@ foreach(e ${testlibs})
COMMAND chibi-scheme -e "(import (${form}))"
-e "(run-tests)"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
message(STATUS "Test ${testname}")
endforeach()