correctness and quality tests for libc implementations
blob: 6930dd161446d0837531f0608163d24538ff7e01 (
plain) (
blame)
1
2
3
4
|
CFLAGS += -Wall -Wno-overflow -Wno-unused -Wno-format
CFLAGS += -DHAVE_BSD_STRL
CFLAGS += -DDISABLE_SLOW_TESTS
#LDFLAGS += -L/home/dalias/musl-test/lib
|