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 f9824abedb tests: remove unused os package import
os package is imported by every test script but only used by
a few, thus flake8 check reported errors.
2018-08-13 14:11:23 +02:00
..
tests tests: remove unused os package import 2018-08-13 14:11:23 +02:00
main.c tiny-asn1: Created new package tiny-asn1 2016-09-01 13:57:35 +02:00
Makefile tests/pkg_tiny-asn1: blacklist wsn430 boards 2018-04-26 16:53:07 +02: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.