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
Gaëtan Harter 8e5422ff78
applications: remove 'TEST_ON_CI_WHITELIST += all'
This is now the default so not required anymore.
2019-08-21 12:51:17 +02:00
..
tests tests: move testrunner import up 2018-08-13 14:11:24 +02:00
main.c
Makefile applications: remove 'TEST_ON_CI_WHITELIST += all' 2019-08-21 12:51:17 +02:00
README.md tiny-asn1: Fix documentation 2018-10-08 10:28:10 +02:00

pkg_tiny-asn1 test

This test tries to execute all basic functions 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.