Skip to content

Commit ad9ca25

Browse files
committed
tests: drivers: flash: common: use code from sdk-zephyr
All testcases work now, source can be switched to zephyr. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent ccf42ea commit ad9ca25

File tree

2 files changed

+1
-475
lines changed

2 files changed

+1
-475
lines changed

tests/zephyr/drivers/flash/common/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cmake_minimum_required(VERSION 3.20.0)
44
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
55
project(nrf_qspi_nor)
66

7-
target_sources(app PRIVATE src/main.c)
7+
target_sources(app PRIVATE ${ZEPHYR_BASE}/tests/drivers/flash/common/src/main.c)

0 commit comments

Comments
 (0)