Running GNU Radio before you install it

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

On Mon, Aug 30, 2010 at 08:42:51PM -0400, Philip B. 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