Blame view

RIOT/tests/pkg_micro-ecc/Makefile 140 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  APPLICATION = pkg_micro-ecc
  include ../Makefile.tests_common
  
  USEMODULE += hashes
  USEPKG += micro-ecc
  
  include $(RIOTBASE)/Makefile.include