Replace references to tests/include
Update them instead to refer to framework/include, where the contents
of tests/include have been moved.
Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/Makefile b/Makefile
index d667810..1ffc0a6 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,7 @@
include/*/*.h \
library/*.[hc] \
programs/*/*.[hc] \
- tests/include/*/*.h tests/include/*/*/*.h \
+ framework/include/*/*.h framework/include/*/*/*.h \
framework/src/*.c framework/src/*/*.c \
tests/suites/*.function \
)
@@ -213,5 +213,5 @@
ls $(C_SOURCE_FILES) | gtags -f - --gtagsconf .globalrc
cscope: cscope.in.out cscope.po.out cscope.out
cscope.in.out cscope.po.out cscope.out: $(C_SOURCE_FILES)
- cscope -bq -u -Iinclude -Ilibrary $(patsubst %,-I%,$(wildcard 3rdparty/*/include)) -Itests/include $(C_SOURCE_FILES)
+ cscope -bq -u -Iinclude -Ilibrary $(patsubst %,-I%,$(wildcard 3rdparty/*/include)) -Iframework/include $(C_SOURCE_FILES)
.PHONY: cscope global