mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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})
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
message(STATUS "Detecting library tests")
|
|
||||||
|
|
||||||
file(GLOB_RECURSE srfi_tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/lib
|
file(GLOB_RECURSE srfi_tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/lib
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/lib/srfi/*/test.sld)
|
${CMAKE_CURRENT_SOURCE_DIR}/lib/srfi/*/test.sld)
|
||||||
|
|
||||||
|
@ -287,6 +285,5 @@ foreach(e ${testlibs})
|
||||||
COMMAND chibi-scheme -e "(import (${form}))"
|
COMMAND chibi-scheme -e "(import (${form}))"
|
||||||
-e "(run-tests)"
|
-e "(run-tests)"
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
message(STATUS "Test ${testname}")
|
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue