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
Alexandre Abadie 87b14d96c8 tests: fix python style E402
E402 module level import not at top of file
2017-12-12 22:40:03 +01:00
..
tests tests: fix python style E402 2017-12-12 22:40:03 +01:00
main.c tiny-asn1: Created new package tiny-asn1 2016-09-01 13:57:35 +02:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
README.md tiny-asn1: Created new package tiny-asn1 2016-09-01 13:57:35 +02:00

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.