From ff1825ec19feebf90c2d7d45f1dfa2dbfe63cf9e Mon Sep 17 00:00:00 2001 From: Ronald Cron <ronald.cron@arm.com> Date: Wed, 10 Jun 2020 14:52:21 +0200 Subject: [PATCH] Add changelog entry Signed-off-by: Ronald Cron <ronald.cron@arm.com> --- ChangeLog.d/tests-common-code.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/tests-common-code.txt diff --git a/ChangeLog.d/tests-common-code.txt b/ChangeLog.d/tests-common-code.txt new file mode 100644 index 0000000000..0af2da5262 --- /dev/null +++ b/ChangeLog.d/tests-common-code.txt @@ -0,0 +1,5 @@ +Changes + * The unit tests now rely on header files in tests/include/test and source + files in tests/src. When building with make or cmake, the files in + tests/src are compiled and the resulting object linked into each test + executable.