Add sv_substr_test

This commit is contained in:
Peter Dimov
2021-10-04 20:57:10 +03:00
parent c65c05c006
commit 042bb98142
2 changed files with 204 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ run sv_construct_test.cpp ;
run sv_element_access_test.cpp ;
run sv_modifiers_test.cpp ;
run sv_copy_test.cpp ;
run sv_substr_test.cpp ;
use-project /boost/core/swap : ./swap ;
build-project ./swap ;