summaryrefslogtreecommitdiff
path: root/README.hacking
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-05-19 02:55:33 -0700
committerBen Reynwar <ben@reynwar.net>2013-05-19 02:55:33 -0700
commitbb01988e75d50d82cbb44c1a49c86c1d08f05665 (patch)
tree0528dac14476d37f2cde7374a8fcb3428f879c69 /README.hacking
parente4f0319eced22c112f7e6a4cc45bc2036d285332 (diff)
parent0fa219774dcf9141ae91204f948c029b05673f3f (diff)
Merged in next_docs branch.
Diffstat (limited to 'README.hacking')
-rw-r--r--README.hacking10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.hacking b/README.hacking
index 1f1083bb62..c22e00991d 100644
--- a/README.hacking
+++ b/README.hacking
@@ -153,17 +153,9 @@ off the bit rot we've been plagued with.
For C++ we're using the cppunit framework. cppunit has its bad
smells, but it's mostly workable. http://cppunit.sf.net
-Currently each directory <dirname> contains files qa_<dirname>.{h,cc}
+Currently each directory <dirname>/lib contains files qa_<dirname>.{h,cc}
that bring together all the qa_<foo> test suites in the directory.
-We ought to be able to automate this without too much trouble.
-The directory gnuradio-core/src/tests contains programs that run
-the tests. test_all runs all of the registered C++ unit tests.
-
-As far as I can tell, the cppunit TestFactoryRegistry maybe able to be
-tricked into doing what we want. As is, I don't think it's enough by
-itself, since there's nothing dragging the qa* files out of the
-library and into the program. I haven't tested out this idea.
** Python unit tests