Make test Failed

i follow gr_modtool for Making block in gnuradio, when i reached to make
test step i have test failed
el-hadidy@ubuntu:~/gr-mmm$ make test
make: *** No rule to make target `test’. Stop.
el-hadidy@ubuntu:~/gr-mmm$ cd build
el-hadidy@ubuntu:~/gr-mmm/build$ make test
Running tests…
Test project /home/el-hadidy/gr-mmm/build
Start 1: test_mmm
1/1 Test #1: test_mmm …***Failed 0.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.04 sec

The following tests FAILED:
1 - test_mmm (Failed)
Errors while running CTest
make: *** [test] Error 8
el-hadidy@ubuntu:~/gr-mmm/build$ ^C
el-hadidy@ubuntu:~/gr-mmm/build$

Also i used ctest -v

el-hadidy@ubuntu:~/gr-mmm/build$ ctest -V
UpdateCTestConfiguration from
:/home/el-hadidy/gr-mmm/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/el-hadidy/gr-mmm/build/DartConfiguration.tcl
Test project /home/el-hadidy/gr-mmm/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
test 1
Start 1: test_mmm

1: Test command: /bin/sh
/home/el-hadidy/gr-mmm/build/lib/test_mmm_test.sh
1: Test timeout computed to be: 9.99988e+06
1: /home/el-hadidy/gr-mmm/build/lib/test_mmm_test.sh: 8: test-mmm: not
found
1/1 Test #1: test_mmm …***Failed 0.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.00 sec

The following tests FAILED:
1 - test_mmm (Failed)
Errors while running CTest
el-hadidy@ubuntu:~/gr-mmm/build$

so i want to know what is the problem. also what is the next step to put
the block in gnu-radio Program. and thanks

It may be that you didn’t make test script?
And you should do make before make test.

On Thu, Jan 31, 2013 at 10:27 AM, Mohammed R.
<[email protected]