saebyn / munkres-cpp

Kuhn-Munkres (Hungarian) Algorithm in C++
http://saebyn.info/2007/05/22/munkres-code-v2/
GNU General Public License v2.0
205 stars 79 forks source link

Cxxtest to gtest pull request #7

Closed Gluttton closed 10 years ago

Gluttton commented 10 years ago

It's a basic version of CxxTest -> GTest migration. Please feel free change (or reject) it.

Gluttton commented 10 years ago

I've removed loops in test cases, because it can be repeated using --gtest_repeat option.

It's transformation hints:

Gluttton commented 10 years ago

I hope attach this pull request to existing issue #3 , but it looks like imposible. Sorry for trash in issue list.