1 include $(LUNAIX_ROOT)/makeinc/utils.mkinc
3 lunaix-root := $(LUNAIX_ROOT)
4 unit-test-root := $(lunaix-root)/tests/units
5 test-root := $(lunaix-root)/tests
6 test-shared-root := $(test-root)/shared
8 CFLAGS += -idirafter $(lunaix-root)/includes \
9 -I $(test-root)/includes \
10 -Wno-discarded-qualifiers \
11 -Wno-scalar-storage-order \
16 obj-shared := $(test-shared-root)/framework.o \
17 $(test-shared-root)/memchk.o