sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
267 Bytes
lib syntax_common : [ glob *.cc : *_test.cc ] ..//deps : <include>.. ;
import testing ;
for local t in [ glob *_test.cc ] {
local name = [ MATCH "(.*)\.cc" : $(t) ] ;
unit-test $(name) : $(t) syntax_common /top//boost_unit_test_framework /top//boost_system ;
}