Skip to content
etscrivner edited this page Sep 14, 2010 · 6 revisions

What is this lemon thing?

Quite simply it’s a small unit-testing framework designed to be easy to get up and running.

Why lemon?

I didn’t set out to write my own unit-testing framework, lemon just sort of happen. It was really designed to scratch my own itch. I wanted something I could download from anywhere, toss into a project and start testing. That way I could have tests running right from the beginning on projects of any size without any makefiles or linkers having to get involved. If you have similar woes, lemon might be for you.

Tutorials

Maybe you want to give lemon a whirl? Try starting here:

Introduction and Factorial Example

Clone this wiki locally