Initial commit of string_ref; Basic sanity tests

[SVN r81360]
This commit is contained in:
Marshall Clow
2012-11-15 19:45:53 +00:00
parent 234656765a
commit 8b5c0d9114
4 changed files with 606 additions and 0 deletions

View File

@ -48,6 +48,10 @@ import testing ;
[ run hex_test4.cpp : : : : hex_test4 ]
[ compile-fail hex_fail1.cpp ]
# StringRef tests
[ run string_ref_test1.cpp : : : : string_ref_test1 ]
[ run string_ref_test2.cpp : : : : string_ref_test2 ]
# Wrapper tests
[ run wrapper_test1.cpp : : : : wrapper_test1 ]
;