1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_tiny-asn1
smlng 6a037ad004 tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
    - correct naming of test coap to pkg_libcoap
2017-01-19 15:20:37 +01:00
..
tests
main.c
Makefile tests: add prefix to Makefile.tests_common 2017-01-19 15:20:37 +01:00
README.md

pkg_tiny-asn1 test

This test tries to execute all basic dunctions of the tiny-asn1 library by decoding and encoding some data.

If everything works, the programs exits with a return code of 1 and prints "Decoding finished succesfully" at the end. In case of an error, the program returns with an exit code of 1.