Added a comment that explains the purpose of the test program.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9362
This commit is contained in:
Bart Van Assche 2009-03-11 19:12:06 +00:00
parent 35dcaa5dbd
commit 085b0e7336

View File

@ -1,3 +1,7 @@
// Test program that allows to verify whether Drd works fine for programs that
// use the boost::thread, boost::mutex and boost::condition classes.
#include <boost/thread/condition.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>