Rybadour / Spider-Fish

A simple Bullet Hell Shooter.
socr.uwindsor.ca/~giga
8 stars 4 forks source link

Platform for writing tests needed. #35

Closed erisco closed 13 years ago

erisco commented 13 years ago

I don't know about you guys, but I am tired of writing a few scribbles in main.cpp for testing the code I wrote. At the very least, it doesn't play nice with source control.

I am requesting that we agree on a more structured way of testing. The floor is open to comments.

cdrllrd commented 13 years ago

http://code.google.com/p/googletest/

erisco commented 13 years ago

I second the motion. Want to get us set up with Google Test on a new branch Chris?

erisco commented 13 years ago

GTest is working in the gtests branch.