summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2019-06-12 17:52:23 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-25 05:49:38 +0000
commite539acc27b4500d74b0e72b397816b8fcfe7b18c (patch)
tree4ce36b8a7ff299ff70e648d52ceeda50ce40caa4 /test/build.mk
parentdbaf95d616543fb89b9d6d2e79f81bd232b95e4c (diff)
downloadchrome-ec-e539acc27b4500d74b0e72b397816b8fcfe7b18c.tar.gz
printf: Add unit tests for printf.c
These tests solidify the current behavior of the print formatter in order to verify future changes. Some commented out tests expose odd behavior that will be addressed in the follow up patch. BUG=chromium:974084 TEST=make V=1 run-printf BRANCH=none Change-Id: I9c45a075692992c7713a15d7f83099a2d13441e6 Signed-off-by: Craig Hesling <hesling@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1659834 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index 1ede361b28..5ebfeb2553 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -53,6 +53,7 @@ test-list-host += nvmem
test-list-host += pingpong
test-list-host += pinweaver
test-list-host += power_button
+test-list-host += printf
test-list-host += queue
test-list-host += rma_auth
test-list-host += rsa
@@ -121,6 +122,7 @@ pingpong-y=pingpong.o
pinweaver-y=pinweaver.o
power_button-y=power_button.o
powerdemo-y=powerdemo.o
+printf-y=printf.o
queue-y=queue.o
rma_auth-y=rma_auth.o
rsa-y=rsa.o