1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_bloom/Makefile

21 lines
428 B
Makefile
Raw Normal View History

export PROJECT = test_bloom
include ../Makefile.tests_common
2014-02-14 14:30:16 +01:00
ifneq (,$(filter msb-430,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
2014-02-25 09:06:19 +01:00
elifneq (,$(filter msb-430h,$(BOARD)))
2014-02-14 14:30:16 +01:00
include $(RIOTBASE)/Makefile.unsupported
2014-02-25 09:06:19 +01:00
endif
USEMODULE += hashes
USEMODULE += bloom
export PROJDEPS = sets.h
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include
sets.h: generate_sets.py words.txt.gz
./generate_sets.py 10000 20