EttusResearch / gr-doa

Direction-of-Arrival (DoA) Demo for GNU Radio (OOT) with the USRP™ X-Series and TwinRX™
GNU General Public License v3.0
102 stars 52 forks source link

'make test' procedure of the gr-doa is failed, 0 percent passed. #8

Closed cruisebzk closed 4 years ago

cruisebzk commented 4 years ago

Issue Description

The make process of gr-doa is passed, but errors occurs when i run the 'make test' procedure. All the tests are failed, but it seems not influence the installation process. I want to know why the test process failed, can it works normally?

Setup Details

make test Running tests... Test project /gr-doa/build Start 1: qa_autocorrelate 1/5 Test #1: qa_autocorrelate .................Failed 0.19 sec Start 2: qa_MUSIC_lin_array 2/5 Test #2: qa_MUSIC_lin_array ...............Failed 0.20 sec Start 3: qa_rootMUSIC_linear_array 3/5 Test #3: qa_rootMUSIC_linear_array ........Failed 0.20 sec Start 4: qa_find_local_max 4/5 Test #4: qa_find_local_max ................Failed 0.20 sec Start 5: qa_calibrate_lin_array 5/5 Test #5: qa_calibrate_lin_array ...........***Failed 0.20 sec

0% tests passed, 5 tests failed out of 5

Total Test time (real) = 0.99 sec

The following tests FAILED: 1 - qa_autocorrelate (Failed) 2 - qa_MUSIC_lin_array (Failed) 3 - qa_rootMUSIC_linear_array (Failed) 4 - qa_find_local_max (Failed) 5 - qa_calibrate_lin_array (Failed) Errors while running CTest Makefile:85: recipe for target 'test' failed make: *** [test] Error 8

Expected Behavior

Actual Behaviour

Steps to reproduce the problem

Additional Information