[Discuss-gnuradio] Running GNU Radio before you install it

2010-08-30 Thread Philip Balister
I've got gnuradio cross compiled for the armv7 and have it NFS mounted 
on the target hw. Is there an easy way to test gnuradio by running 
applications out of the build tree?


I know about running make check on the target, but I am interested in 
testing more complex flowgraphs.


Philip

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Running GNU Radio before you install it

2010-08-30 Thread Eric Blossom
On Mon, Aug 30, 2010 at 08:42:51PM -0400, Philip Balister wrote:
 I've got gnuradio cross compiled for the armv7 and have it NFS
 mounted on the target hw. Is there an easy way to test gnuradio by
 running applications out of the build tree?

Easy way?  No.

 I know about running make check on the target, but I am interested
 in testing more complex flowgraphs.

Python or C++?

For python, take a look at gnuradio-core/src/python/gnuradio/gr/Makefile.am and
run_tests for clues about how you might be able to move forward.
(Note that we don't have any commitment to keep doing it the same way...)

Eric

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio