Merge branch 'feature/use-lwtest' into feature/lwtest-and-travis

This commit is contained in:
Peter Dimov
2018-09-24 20:31:03 +03:00

View File

@ -10,7 +10,7 @@
import testing ;
run function_test.cpp ;
run function_test.cpp : : : <rtti>off : function_test_no_rtti ;
run function_test.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : function_test_no_rtti ;
run function_n_test.cpp ;
run allocator_test.cpp ;
run stateless_test.cpp ;