commit | 55ee769b51c561ea00141f6a42af6d5d7af72ecf | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Mon Nov 29 13:26:55 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Mon Dec 06 18:20:43 2021 +0800 |
tree | 1e95b3df7f1a09fd8b777f8fb657439179a971b6 | |
parent | f17a60f147ec3ba6a9f76da38d3802a7f9f05227 [diff] |
Fix out-of-source build fail Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 41dceed..8bb6250 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -255,4 +255,5 @@ link_to_source(data_files) link_to_source(scripts) link_to_source(ssl-opt.sh) + link_to_source(opt-testcases) endif()