Added examples, tests, doc

This commit is contained in:
Alexander Zaitsev
2017-02-14 15:59:07 +03:00
parent a838feb81a
commit 383e800df9
7 changed files with 207 additions and 2 deletions

View File

@ -70,6 +70,9 @@ alias unit_test_framework
# Is_palindrome tests
[ run is_palindrome_test.cpp unit_test_framework : : : : is_palindrome_test ]
# Is_partitioned_until tests
[ run is_partitioned_until_test.cpp unit_test_framework : : : : is_partitioned_until_test ]
;
}