From 1f440c615c3466de5f1c8b11fd2afb5a7398c4bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 17 Apr 2021 23:27:00 +0200 Subject: [PATCH] :art: Update test Makefiles --- tests/driver/Makefile | 2 +- tests/module/Makefile | 2 +- tests/plug/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/driver/Makefile b/tests/driver/Makefile index 9b397123..bee7e343 100644 --- a/tests/driver/Makefile +++ b/tests/driver/Makefile @@ -1,4 +1,4 @@ -INC = -I../../include -I../../util/include -I../../util/libtermcolor/src -I../../ast/include +INC = -I../../include -I../../util/include -I../../util/libtermcolor/include -I../../ast/include CC ?= gcc NAME := ${NAME} diff --git a/tests/module/Makefile b/tests/module/Makefile index 9b397123..bee7e343 100644 --- a/tests/module/Makefile +++ b/tests/module/Makefile @@ -1,4 +1,4 @@ -INC = -I../../include -I../../util/include -I../../util/libtermcolor/src -I../../ast/include +INC = -I../../include -I../../util/include -I../../util/libtermcolor/include -I../../ast/include CC ?= gcc NAME := ${NAME} diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 8e3e8d17..1536052a 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -1,4 +1,4 @@ -INC = -I../../include -I../../util/include -I../../util/libtermcolor/src -I../../ast/include +INC = -I../../include -I../../util/include -I../../util/libtermcolor/include -I../../ast/include CC ?= gcc NAME := ${NAME} -- 2.43.0