Skip to content

Commit

Permalink
add test case for regulator
Browse files Browse the repository at this point in the history
Signed-off-by: dulibo1 <[email protected]>
  • Loading branch information
dulibo1 committed Aug 10, 2023
1 parent 6534f3d commit 9f67b57
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/drivertest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,9 @@ MAINSRC += drivertest_lcd.c
PROGNAME += cmocka_driver_lcd
endif

ifneq ($(CONFIG_REGULATOR),)
MAINSRC += drivertest_regulator.c
PROGNAME += cmocka_driver_regulator
endif

include $(APPDIR)/Application.mk
Loading

0 comments on commit 9f67b57

Please sign in to comment.