]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a comment that explains the purpose of the test program.
authorBart Van Assche <bvanassche@acm.org>
Wed, 11 Mar 2009 19:12:06 +0000 (19:12 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 11 Mar 2009 19:12:06 +0000 (19:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9362

drd/tests/boost_thread.cpp

index 8560cd9aafffb30212d6705ee910952d33a79a9f..fbf9dbd398eef70a5537dc0f7fe05d29a3511ad6 100644 (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>