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

This commit is contained in:
Christian Jullien
2016-10-12 06:18:38 +02:00
parent 07ca2df588
commit 8986bc8af4
2 changed files with 3 additions and 8 deletions

View File

@ -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