ryanhaining / cppitertools

Implementation of python itertools and builtin iteration functions for C++17
https://twitter.com/cppitertools
BSD 2-Clause "Simplified" License
1.37k stars 115 forks source link

Boost unit tests #6

Closed aaronjosephs closed 10 years ago

aaronjosephs commented 11 years ago

We have a whole testing directory right now and the tests are fine. But I want to adapt them to use the boost unit test framework, this will make the tests more useful by actually checking something instead of just running and exiting

aaronjosephs commented 11 years ago

made one unit test for zip, works fine, takes like 7 seconds to compile so not sure if it's really worth it