Skip to content

Commit 87e72b1

Browse files
committed
test: fix typo in filename
`.` worked because it's regexp, but not what was meant.
1 parent 5ab3699 commit 87e72b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/simulator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(IGNORE_SOURCES
2929
"src/screen.c"
3030
"src/memory/nvmctrl.c"
3131
"src/memory/smarteeprom.c"
32-
"src/memory.mpu.c"
32+
"src/memory/mpu.c"
3333
)
3434

3535
# Exclude some files which depends on the hardware.

test/unit-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(IGNORE_SOURCES
2929
"src/screen.c"
3030
"src/memory/nvmctrl.c"
3131
"src/memory/smarteeprom.c"
32-
"src/memory.mpu.c"
32+
"src/memory/mpu.c"
3333
)
3434

3535
# Exclude some files which depends on the hardware.

0 commit comments

Comments
 (0)