ztest: cleanup old linker script
A reminant of the old linker script was left in a previous PR. Remove it. Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
384bcc812b
commit
beecf051d9
2 changed files with 0 additions and 9 deletions
|
@ -8,7 +8,3 @@ zephyr_include_directories_ifdef(CONFIG_TEST
|
|||
add_subdirectory_ifdef(CONFIG_COVERAGE_GCOV coverage)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_TEST_BUSY_SIM busy_sim/busy_sim.c)
|
||||
|
||||
if(NOT BOARD STREQUAL unit_testing)
|
||||
zephyr_linker_sources(RODATA include/ztest.ld)
|
||||
endif()
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
/*
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue