named-data-iot/ndn-lite-test-over-riot

Test command fails to terminate

yoursunny opened this issue · 0 comments

Environment: Ubuntu 16.04 ARMv7 or AMD64, gcc 5.4
Code revision: 720a1d0

Executing make all term ends with printing:

ALL NDN-LITE OVER RIOT UNIT TESTS PASSED.

However, the command fails to terminate.
pstree -p indicates that the ndn-riot-tests/bin/native/ndn_lite_riot_unit_tests.elf program is still running.

This command should exit with zero if the tests pass, and exit with non-zero if the tests fail.