diff options
Diffstat (limited to 'tests/fs-tests/integrity/Makefile')
-rw-r--r-- | tests/fs-tests/integrity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fs-tests/integrity/Makefile b/tests/fs-tests/integrity/Makefile index a35f4d0..364a732 100644 --- a/tests/fs-tests/integrity/Makefile +++ b/tests/fs-tests/integrity/Makefile @@ -3,7 +3,9 @@ ifeq ($(origin CC),default) CC = gcc endif -CFLAGS := $(CFLAGS) -Wall -g -O2 -I../lib +COMMON_HEADERS_DIR := ../../../include + +CFLAGS := $(CFLAGS) -Wall -g -O2 -I../lib -I$(COMMON_HEADERS_DIR) LDFLAGS := $(LDFLAGS) |