Make check on the Beagle Board

I have nfs mounted the gnuradio build directory on the Beagle, (and
synced the clocks with ntp). When “make check” gets to
gnnuradio-core/src/tests, it looks like the test tries to run some
command from the build system.

If I run the individual test on the host I get this:

[balister@elephant tests]$ ./test_filter
./test_filter: line 135:
/home/balister/oe/tmp/work/armv7a-angstrom-linux-gnueabi/gnuradio-3.1.2-r4/gnuradio-3.1.2/gnuradio-core/src/tests/.libs/lt-test_filter:
cannot execute binary file
./test_filter: line 135:
/home/balister/oe/tmp/work/armv7a-angstrom-linux-gnueabi/gnuradio-3.1.2-r4/gnuradio-3.1.2/gnuradio-core/src/tests/.libs/lt-test_filter:
Success

Then I run the test on the beagle:

balister@beagleboard:~/oe/tmp/work/armv7a-angstrom-linux-gnueabi/gnuradio-3.1.2-r4/gnuradio-3.1.2/gnuradio-core/src/tests$
./test_filter
… [generic]
. [generic]
. [generic]
. [generic]
. [generic]
. [generic]

OK (8 tests)

I’m trying to understand the process that occurs when you run the test
programs so I can figure out how to get the process to run completely
on the beagle. Does anyone have any suggestions?

Thanks,

Philip