From 5d648485bdd8d1742b6711ce34069fccbfe5616f Mon Sep 17 00:00:00 2001 From: Kirill Smelkov 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 --- 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) -- 2.11.4.GIT