discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Usrp2 unit tests + valgrind


From: Gaetano Mendola
Subject: [Discuss-gnuradio] Usrp2 unit tests + valgrind
Date: Tue, 22 Dec 2009 22:54:52 +0100

Hi all,
at the moment I'm following a project in where we use as
development technique the "test driven development".
We are using the libusrp2 as only component from gnuradio,
and what we are missing is a sort of Usrp2 simulator in
order to test our rx handlers. Does exist such component in
gnuradio?

I have seen you use as unit test framework CppUnit, lately
I have switched from CppUnit to gtest, is not hard to convert
the old CppUnit tests, I converted myself around 250 test
cases in a single day, having at the end more features like:
disable some tests, run a single one, repeat some tests
multiple time and other features you can read about it on
gtest documentation.

Running our application under valgrind (3.5.0) no usrp2 is found,
anyone has an idea why?


-- 
cpp-today.blogspot.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]