NiklasKoehnecke / DoppelkopfFramework

Doppelkopf Ki Framework
4 stars 0 forks source link

Add Test-Framework #1

Closed XPerianer closed 5 years ago

XPerianer commented 5 years ago

There should be at least some coverage on the logic that is implementing if moves are correct. Also tests can be a great way to document which extra rules are currently supported, and to understand the framework easier.

NiklasKoehnecke commented 5 years ago

GTest-Framework only works on Visual Studio compiler (at least for me), tried a while to make it work for MinGW but failed. So that would be a tradeoff

XPerianer commented 5 years ago

Make a pull request for it and I will look if it works for me