mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
This reverts commit d103cd0919.
This tests are needed to block the production if they fail
16 lines
415 B
Makefile
16 lines
415 B
Makefile
app_src += $(addprefix apps/hardware_test/,\
|
|
app.cpp \
|
|
arrow_view.cpp \
|
|
battery_test_controller.cpp \
|
|
centered_screen_test_controller.cpp \
|
|
code_128b_view.cpp \
|
|
dead_pixels_test_controller.cpp \
|
|
keyboard_test_controller.cpp \
|
|
keyboard_view.cpp \
|
|
lcd_data_test_controller.cpp \
|
|
led_test_controller.cpp \
|
|
pop_up_controller.cpp \
|
|
serial_number_controller.cpp \
|
|
vblank_test_controller.cpp \
|
|
)
|