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

Merge pull request #780 from mehlis/fix-bloom-test

test: fix bloom filter test
This commit is contained in:
Christian Mehlis 2014-02-26 09:13:13 +01:00
commit 17b534619c

View File

@ -3,10 +3,9 @@ include ../Makefile.tests_common
ifneq (,$(filter msb-430,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
ifneq (,$(filter msb-430h,$(BOARD)))
elifneq (,$(filter msb-430h,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
endif
USEMODULE += hashes
USEMODULE += bloom
@ -14,7 +13,6 @@ USEMODULE += bloom
export PROJDEPS = sets.h
include $(RIOTBASE)/Makefile.include
endif
sets.h: generate_sets.py words.txt.gz
./generate_sets.py 10000 20