aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@navytux.spb.ru>2012-11-13 22:23:01 +0400
committerKirill Smelkov <kirr@navytux.spb.ru>2012-11-13 22:23:01 +0400
commit5d648485bdd8d1742b6711ce34069fccbfe5616f (patch)
tree00b6ccb6a2683f1238a8d03d88ca270e04191007 /tests
parentcffb7af9f96834623ee0ff6b7fb10d56c91efb99 (diff)
downloadtinycc-5d648485bdd8d1742b6711ce34069fccbfe5616f.tar.gz
tinycc-5d648485bdd8d1742b6711ce34069fccbfe5616f.tar.bz2
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 4f057f4..2e7dd23 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)