omegaonline / oobase

Omega Online Base library
2 stars 1 forks source link

Add tests to show basic usage of OOBase #14

Open jamal-fuma opened 8 years ago

jamal-fuma commented 8 years ago

Need to write some simple test to show usage of OOBase.

Do we want to start a OOTest library ?

I currently use boost test, but boost-test is quite a big dependency for purely testing.

For cross compiled tests, I'm using wine for unit tests, and shared folders of WindowsVMs.

Just basic examples using assert for now would be fine, I think.

What do you think?