Add hex/unhex algorithms suggested by Olaf

[SVN r77138]
This commit is contained in:
Marshall Clow
2012-02-28 23:17:52 +00:00
parent 49668cf66a
commit 1af25699b7
6 changed files with 722 additions and 0 deletions

View File

@ -39,6 +39,11 @@ import testing ;
[ run is_partitioned_test1.cpp : : : : is_partitioned_test1 ]
[ run partition_copy_test1.cpp : : : : partition_copy_test1 ]
# Hex tests
[ run hex_test1.cpp : : : : hex_test1 ]
[ run hex_test2.cpp : : : : hex_test2 ]
[ run hex_test3.cpp : : : : hex_test3 ]
[ compile-fail hex_fail1.cpp ]
;
}