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

test: fix bloom filter test

This commit is contained in:
Christian Mehlis 2014-02-25 09:06:19 +01:00
parent f481e4a5c5
commit e2c3f668bf

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