summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk90
1 files changed, 71 insertions, 19 deletions
diff --git a/test/build.mk b/test/build.mk
index a757ac2642..0ba589b193 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -6,22 +6,17 @@
# on-board test binaries build
#
-test-list-y=pingpong timer_calib timer_dos timer_jump mutex utils
+test-list-y=pingpong timer_calib timer_dos timer_jump mutex utils utils_str
#disable: powerdemo
test-list-$(BOARD_BDS)+=
-test-list-$(BOARD_PIT)+=kb_scan stress
+
+test-list-$(BOARD_HAMMER)+=entropy
# Samus has board-specific chipset code, and the tests don't
# compile with it. Disable them for now.
test-list-$(BOARD_SAMUS)=
-# Ryu has issues when building tests
-test-list-$(BOARD_RYU)=
-
-# llama has issues when building tests
-test-list-$(BOARD_LLAMA)=
-
# So does Cr50
test-list-$(BOARD_CR50)=
@@ -35,15 +30,58 @@ test-list-$(BOARD_SAMUS_PD)=
ifneq ($(TEST_LIST_HOST),)
test-list-host=$(TEST_LIST_HOST)
else
-test-list-host=mutex pingpong utils kb_scan kb_mkbp lid_sw power_button hooks
-test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
-test-list-host+=sbs_charging host_command
-test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
-test-list-host+=math_util motion_lid sbs_charging_v2 battery_get_params_smart
-test-list-host+=lightbar inductive_charging usb_pd fan charge_manager
-test-list-host+=charge_manager_drp_charging charge_ramp
+test-list-host = base32
+test-list-host += battery_get_params_smart
+test-list-host += bklight_lid
+test-list-host += bklight_passthru
+test-list-host += button
+test-list-host += charge_manager
+test-list-host += charge_manager_drp_charging
+test-list-host += charge_ramp
+test-list-host += console_edit
+test-list-host += entropy
+test-list-host += extpwr_gpio
+test-list-host += fan
+test-list-host += flash
+test-list-host += hooks
+test-list-host += host_command
+test-list-host += inductive_charging
+test-list-host += interrupt
+test-list-host += kb_8042
+test-list-host += kb_mkbp
+test-list-host += kb_scan
+test-list-host += lid_sw
+test-list-host += lightbar
+test-list-host += math_util
+test-list-host += motion_lid
+test-list-host += mutex
+test-list-host += nvmem
+test-list-host += nvmem_vars
+test-list-host += pingpong
+test-list-host += pinweaver
+test-list-host += power_button
+test-list-host += queue
+test-list-host += rma_auth
+test-list-host += rsa
+test-list-host += rsa3
+test-list-host += rtc
+test-list-host += sbs_charging_v2
+test-list-host += sha256
+test-list-host += sha256_unrolled
+test-list-host += shmalloc
+test-list-host += system
+test-list-host += thermal
+test-list-host += timer_dos
+test-list-host += usb_pd
+test-list-host += usb_pd_giveback
+test-list-host += usb_pd_rev30
+test-list-host += utils
+test-list-host += utils_str
+test-list-host += vboot
+test-list-host += x25519
endif
+base32-y=base32.o
battery_get_params_smart-y=battery_get_params_smart.o
bklight_lid-y=bklight_lid.o
bklight_passthru-y=bklight_passthru.o
@@ -52,34 +90,48 @@ charge_manager-y=charge_manager.o
charge_manager_drp_charging-y=charge_manager.o
charge_ramp-y+=charge_ramp.o
console_edit-y=console_edit.o
+entropy-y=entropy.o
extpwr_gpio-y=extpwr_gpio.o
+fan-y=fan.o
flash-y=flash.o
hooks-y=hooks.o
host_command-y=host_command.o
inductive_charging-y=inductive_charging.o
-interrupt-y=interrupt.o
interrupt-scale=10
+interrupt-y=interrupt.o
kb_8042-y=kb_8042.o
kb_mkbp-y=kb_mkbp.o
kb_scan-y=kb_scan.o
lid_sw-y=lid_sw.o
+lightbar-y=lightbar.o
math_util-y=math_util.o
motion_lid-y=motion_lid.o
mutex-y=mutex.o
nvmem-y=nvmem.o
+nvmem_vars-y=nvmem_vars.o
pingpong-y=pingpong.o
+pinweaver-y=pinweaver.o
power_button-y=power_button.o
powerdemo-y=powerdemo.o
queue-y=queue.o
+rma_auth-y=rma_auth.o
+rsa-y=rsa.o
+rsa3-y=rsa.o
+rtc-y=rtc.o
sbs_charging-y=sbs_charging.o
sbs_charging_v2-y=sbs_charging_v2.o
+sha256-y=sha256.o
+sha256_unrolled-y=sha256.o
+shmalloc-y=shmalloc.o
stress-y=stress.o
system-y=system.o
thermal-y=thermal.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
usb_pd-y=usb_pd.o
+usb_pd_giveback-y=usb_pd.o
+usb_pd_rev30-y=usb_pd.o
utils-y=utils.o
-battery_get_params_smart-y=battery_get_params_smart.o
-lightbar-y=lightbar.o
-fan-y=fan.o
+utils_str-y=utils_str.o
+vboot-y=vboot.o
+x25519-y=x25519.o