break out more tests from test_primitives

This commit is contained in:
Arvid Norberg
2015-05-23 01:38:47 +00:00
parent 0052fa6c19
commit 9856a1fe0c
14 changed files with 328 additions and 160 deletions

View File

@@ -84,7 +84,7 @@ int test_main()
int distance = std::distance(test1.begin(), test1.end());
printf("distance: %d\n", distance);
TEST_CHECK(distance == 10);
print_bitfield(test1);
test1.set_all();