Glank / Java-Games

A whole bunch of games programmed in java.
MIT License
251 stars 225 forks source link

Moving gitlab to github #7

Open KoreySoich opened 5 years ago

KoreySoich commented 5 years ago

Added testing to Java Games

Glank commented 5 years ago

Thanks for the contribution!

I haven't pulled and tested this, but I imagine that adding these tests breaks the make files, so they would need to be excluded. Can you please also include documentation on how to run the tests?

ruanwenjun commented 5 years ago

@Glank The test class need to be placed in an other package, and use some tools such as maven to manage your project. If you do this, you can run the tests before each make files.