1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_bloom/Makefile

21 lines
494 B
Makefile
Raw Normal View History

2014-05-23 10:33:02 +02:00
export APPLICATION = test_bloom
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
telosb wsn430-v1_3b wsn430-v1_4 z1
USEMODULE += hashes
USEMODULE += bloom
APPDEPS = $(BINDIR)projdeps/sets.h
INCLUDES += -I$(BINDIR)projdeps
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include
$(BINDIR)projdeps/sets.h: generate_sets.py words.txt.gz
mkdir -p ${@D}
./generate_sets.py words.txt.gz $@