commit | 844da456667251de16a494ee29d144f23ea54460 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Wed Mar 27 17:30:22 2024 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Apr 09 18:27:13 2024 +0100 |
tree | 682ed4a150ee8a6ef90e1a33e21949b8dfc439b8 | |
parent | bee96566dac936e7fdfa7aa18b6a1f67676afe0b [diff] [blame] |
Replace tests/src with framework/src Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/Makefile b/Makefile index fb80529..d667810 100644 --- a/Makefile +++ b/Makefile
@@ -199,7 +199,7 @@ library/*.[hc] \ programs/*/*.[hc] \ tests/include/*/*.h tests/include/*/*/*.h \ - tests/src/*.c tests/src/*/*.c \ + framework/src/*.c framework/src/*/*.c \ tests/suites/*.function \ ) # Exuberant-ctags invocation. Other ctags implementations may require different options.