summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index 9736ec26f2..a38cce29e8 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -8,7 +8,7 @@
test-list=hello pingpong timer_calib timer_dos timer_jump mutex thermal
test-list+=power_button kb_deghost kb_debounce scancode typematic charging
-test-list+=flash_overwrite
+test-list+=flash_overwrite flash_rw_erase
#disable: powerdemo
pingpong-y=pingpong.o
@@ -17,6 +17,7 @@ timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
mutex-y=mutex.o
flash_overwrite-y=flash.o
+flash_rw_erase-y=flash.o
# Mock modules for 'thermal'
chip-mock-thermal-lpc.o=mock_lpc.o
@@ -55,3 +56,6 @@ common-mock-charging-charger_bq24725.o=mock_charger.o
# Mock modules for 'flash_overwrite'
chip-mock-flash_overwrite-flash.o=mock_flash.o
chip-mock-flash_overwrite-gpio.o=mock_gpio.o
+
+# Mock modules for 'flash_rw_erase'
+chip-mock-flash_rw_erase-flash.o=mock_flash.o