OutOfTreeModulessquare_ff
に示されている手順に従って、GNU Radioのツリー外モジュールを作成しようとしていました。
コマンドの後make test
、エラーが発生しました。と打ち込んだctest -V
ところ、以下の結果が得られました。私はこれが初めてです。
manash@manash-Studio-1435:~/gr-howto/build$ ctest -V
UpdateCTestConfiguration from :/home/manash/gr-howto/build/DartConfiguration.tcl
UpdateCTestConfiguration from :/home/manash/gr-howto/build/DartConfiguration.tcl
Test project /home/manash/gr-howto/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 1
Start 1: test_howto
1: Test command: /bin/sh "/home/manash/gr-howto/build/lib/test_howto_test.sh"
1: Test timeout computed to be: 9.99988e+06
1:
1:
1/2 Test #1: test_howto ....................... Passed 0.00 sec
test 2
Start 2: qa_square_ff
2: Test command: /bin/sh "/home/manash/gr-howto/build/python/qa_square_ff_test.sh"
2: Test timeout computed to be: 9.99988e+06
2: Traceback (most recent call last):
2: File "/home/manash/gr-howto/python/qa_square_ff.py", line 22, in <module>
2: import howto_swig as howto
2: File "/home/manash/gr-howto/build/swig/howto_swig.py", line 416, in <module>
2: square_ff = square_ff.make;
2: AttributeError: 'function' object has no attribute 'make'
2/2 Test #2: qa_square_ff .....................***Failed 0.38 sec
50% tests passed, 1 tests failed out of 2
Total Test time (real) = 0.38 sec
..