Undo damage to Jamfile

This commit is contained in:
Kenneth Heafield 2016-01-12 23:42:21 +00:00
parent 2a74f3a521
commit a88e695c64

View File

@ -35,7 +35,7 @@ import testing ;
run file_piece_test.o kenutil /top//boost_unit_test_framework : : file_piece.cc ;
for local t in [ glob *_test.cc : file_piece_test.cc read_compressed_test.cc ] {
local name = [ MATCH "(.*)\.cc" : $(t) ] ;
unit-test $(name) : $(t) kenutil /top//boost_unit_test_framework /top//boost_system ;
unit-test $(name) : $(t) kenutil /top//boost_unit_test_framework /top//boost_filesystem /top//boost_system ;
}
build-project stream ;