From 5d648485bdd8d1742b6711ce34069fccbfe5616f Mon Sep 17 00:00:00 2001
From: Kirill Smelkov <kirr@navytux.spb.ru>
Date: Tue, 13 Nov 2012 22:23:01 +0400
Subject: [PATCH] Now btest pass!

Thanks to two previous commits now btest tests pass, at least on Linux.

Signed-off-by: Kirill Smelkov <kirr@navytux.spb.ru>
---
 tests/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 4f057f49..2e7dd233 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -22,7 +22,6 @@ TESTS = libtest \
 
 # some tests do not pass on all platforms, remove them for now
 ifeq ($(TARGETOS),Linux)
-    TESTS := $(filter-out btest,$(TESTS))
     TESTS := $(filter-out weaktest,$(TESTS))
 endif
 ifeq ($(TARGETOS),Darwin)