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)