Skip to content

Commit

Permalink
Mention CPPUnit in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Betts committed Apr 20, 2012
1 parent f7e196e commit bb2c98a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ version of libevent - simply replace the libevent tarball.

Running the tests

The tests require CPPUnit. You can install cppunit on ubuntu with the
command: `apt get install libcppunit-dev`

Once you have built either version of the shared library you can build the
tests using the makefile in Tests and then run the Tests executable that is
build. It is highly recommended that you run the tests under valgrind using
Expand Down

0 comments on commit bb2c98a

Please sign in to comment.