2014-01-10 16:21:35 +01:00
|
|
|
export PROJECT = test_bloom
|
2014-02-21 19:07:16 +01:00
|
|
|
include ../Makefile.tests_common
|
2014-01-10 16:21:35 +01:00
|
|
|
|
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
|
2014-01-10 16:21:35 +01:00
|
|
|
|
|
|
|
USEMODULE += hashes
|
|
|
|
USEMODULE += bloom
|
|
|
|
|
|
|
|
export PROJDEPS = sets.h
|
|
|
|
|
2014-04-02 14:41:17 +02:00
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
|
2014-01-10 16:21:35 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
|
|
|
sets.h: generate_sets.py words.txt.gz
|
|
|
|
./generate_sets.py 10000 20
|