repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
class library: freqscope - correctly initialize phase of LFSaw
[supercollider.git]
/
testsuite
/
sclang
/
CMakeLists.txt
blob
5a48217b0cc3afa1a95fff397cfcfd6b3516fbc0
1
set(SCLANG ${CMAKE_CURRENT_BINARY_DIR}/../../lang/sclang${CMAKE_EXECUTABLE_SUFFIX}
2
-l ${CMAKE_CURRENT_BINARY_DIR}/../../build_sclang.cfg)
3
4
file(GLOB tests *.scd)
5
6
foreach(test ${tests})
7
add_test(${test}_run ${SCLANG} ${test})
8
endforeach()