aboutsummaryrefslogtreecommitdiffstats
path: root/tests/meson.build
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2020-05-22 18:42:11 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2020-06-17 11:08:06 +0000
commit3cc70c25f959afec4179971437c53b809cb3a9a3 (patch)
tree00f74a69dc96e5ebf4911cf4419329a3fb987ce1 /tests/meson.build
parent629b8f06ec59d2112539efe161f121ab22d99ec8 (diff)
downloadflashrom-3cc70c25f959afec4179971437c53b809cb3a9a3.tar.gz
flashrom-3cc70c25f959afec4179971437c53b809cb3a9a3.tar.bz2
flashrom-3cc70c25f959afec4179971437c53b809cb3a9a3.zip
tests/: Add helper.c unit tests
BUG=b:157280555 BRANCH=none TEST=builds Change-Id: If4a1fe7c499f51bb9d7cd48ef26caf9dfae3c1fa Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/41655 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 1e7ef4a3..b1f9fdae 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -2,6 +2,7 @@ root_includes = include_directories('../subprojects')
srcs = [
'tests.c',
+ 'helpers.c',
'flashrom.c',
'spi25.c',
]