From 3daa80124e79a561c94011b05ec49c35e2055345 Mon Sep 17 00:00:00 2001 From: Martin Lenders <mail@martin-lenders.de> Date: Mon, 19 May 2014 16:16:19 +0200 Subject: [PATCH] Fix application name for test_bloom_byte application --- tests/test_bloom_bytes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bloom_bytes/Makefile b/tests/test_bloom_bytes/Makefile index 2bec299397..b91ddce6c4 100644 --- a/tests/test_bloom_bytes/Makefile +++ b/tests/test_bloom_bytes/Makefile @@ -1,4 +1,4 @@ -export PROJECT = test_bloom +export PROJECT = test_bloom_bytes include ../Makefile.tests_common BOARD_BLACKLIST := chronos msb-430 msb-430h \ -- GitLab