Be prepared to possibly rewrite most, if not all, of your code. I have found, at least in my old code -- which admittedly was written well before I became familiar with the concept and discipline of testing -- that my code is just not testable. At all.
It is very tightly coupled, and against which is almost impossible to write any sort of meaningful tests.
But maybe you were a better designer than I was, and if so, you may be able to fairly easily add tests to your code.
But if not, you're in for a challenge. :)