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
2023-02-27 12:31:04 +01:00
..
tests tests/pkg_tiny-asn1: fix typos 2019-11-23 22:39:36 +01:00
app.config.test tests/pkg*: Add app.config.test to pkg tests 2021-04-08 16:44:10 +02:00
main.c pkg/tiny-asn1: Adapt unit test to new package version 2021-10-03 21:20:09 +02:00
Makefile examples: test: remove remaining occurences of wsn430 2020-07-10 16:49:08 +02:00
Makefile.ci examples,tests: Update Makefile.cis 2023-02-27 12:31:04 +01:00
README.md many typo fixes 2019-11-23 22:39:07 +01: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 successfully" at the end. In case of an error, the program returns with an exit code of 1.