aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/Makefile
diff options
context:
space:
mode:
authorChristian Jullien <jullien@sims3.eligis.com>2016-10-12 06:18:38 +0200
committerChristian Jullien <jullien@sims3.eligis.com>2016-10-12 06:18:38 +0200
commit8986bc8af473080bed0efa01cb569f3e25f179a9 (patch)
tree08555077f6841a1db663043d331f56e670ad8320 /tests/tests2/Makefile
parent07ca2df5889ab526ba2de383707edb12e5d79323 (diff)
downloadtinycc-8986bc8af473080bed0efa01cb569f3e25f179a9.tar.gz
tinycc-8986bc8af473080bed0efa01cb569f3e25f179a9.tar.bz2
Use ISO C string functions instead of obsolete BSD ones that used to be in strings.h. It allows more systems -- i.e. Windows -- to use those tests
Diffstat (limited to 'tests/tests2/Makefile')
-rw-r--r--tests/tests2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index 67d65a4..d8556ad 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -22,10 +22,6 @@ endif
ifeq ($(TARGETOS),Darwin)
SKIP += 40_stdio.test
endif
-ifdef CONFIG_WIN32
- SKIP += 24_math_library.test # don't have round()
- SKIP += 28_strings.test # don't have r/index() / strings.h
-endif
ifeq ($(ARCH),x86-64)
SKIP += 73_arm64.test
endif