mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
APPLICATION = pkg_tiny-asn1
|
|
include ../Makefile.tests_common
|
|
|
|
USEPKG += tiny-asn1
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
test:
|
|
./tests/01-run.py
|