1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_bloom_bytes/Makefile
2014-05-22 15:40:25 +02:00

11 lines
194 B
Makefile

export PROJECT = test_bloom_bytes
include ../Makefile.tests_common
USEMODULE += hashes
USEMODULE += bloom
USEMODULE += random
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include