X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ec98d05af80e6e68c889dac10b8478ce92bd5161..43487eff262637a59a4c2c0272d7c4a824af3944:/lunaix-os/tests/shared/makefile diff --git a/lunaix-os/tests/shared/makefile b/lunaix-os/tests/shared/makefile index 0484be2..6d38283 100644 --- a/lunaix-os/tests/shared/makefile +++ b/lunaix-os/tests/shared/makefile @@ -9,12 +9,9 @@ CFLAGS += -idirafter $(lunaix-root)/includes \ -I $(test-root)/includes \ -Wno-discarded-qualifiers \ -Wno-scalar-storage-order \ - -g + -Werror \ + -g \ + -D__off_t_defined - -%.o: %.c - $(call status,CC,$(@F)) - @$(CC) $(CFLAGS) -c $< -o $@ - - -obj-shared := $(test-shared-root)/framework.o +obj-shared := $(test-shared-root)/framework.o \ + $(test-shared-root)/memchk.o