Blame view

RIOT/tests/unittests/tests-relic/Makefile 368 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  MODULE = tests-relic
  
  # The following boards are known to fail or have not been tested.
  BOARD_BLACKLIST := arduino-mega2560 chronos f4vi1 msb-430 msb-430h msbiot \
                     qemu-i386 redbee-econotag stm32f0discovery \
                     stm32f3discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \
                     waspmote-pro
  
  include $(RIOTBASE)/Makefile.base