mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
cmake: Remove debug messages
This commit is contained in:
parent
6f64a8ae0e
commit
3ea5b51c6c
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue