Skip to content

Commit fe193fc

Browse files
committed
tests: drivers: align to per-SoC assembly file
Currently only nRF54L15 has one. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 2488d3c commit fe193fc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/drivers/sdp_asm/pytest/test_sdp_asm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def test_sdp_asm(dut: DeviceAdapter):
4848
logger.info("# Confirm that build log contains warnings")
4949
with open(f"{build_log_file}", errors="ignore") as log_file:
5050
log_file_content = log_file.read()
51-
assert "add_1.s ASM file content has changed" in log_file_content
52-
assert "File add_10.s has not changed" in log_file_content
53-
assert "add_100.s ASM file content has changed" in log_file_content
51+
assert "add_1-nrf54l15.s ASM file content has changed" in log_file_content
52+
assert "File add_10-nrf54l15.s has not changed" in log_file_content
53+
assert "add_100-nrf54l15.s ASM file content has changed" in log_file_content
5454

5555
for _ in range(2):
5656
logger.info("# Install newly compiled .S files")
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)