diff options
author | Titus Rwantare <titusr@google.com> | 2021-07-08 10:25:56 -0700 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-07-08 14:42:00 -0500 |
commit | 7649086f455fe44bd076828749a93ab2a5bb0806 (patch) | |
tree | fa9a778069a1b0fca83a71c1ab4413c7eec82761 /tests/qtest/meson.build | |
parent | 7215456a4fe6d7416fbad829ad25ec994d3a1cd0 (diff) |
tests/qtest: add tests for MAX34451 device model
Signed-off-by: Titus Rwantare <titusr@google.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-Id: <20210708172556.1868139-6-titusr@google.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r-- | tests/qtest/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 17c87a6730..05eede560d 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -208,6 +208,7 @@ qos_test_ss.add( 'eepro100-test.c', 'es1370-test.c', 'ipoctal232-test.c', + 'max34451-test.c', 'megasas-test.c', 'ne2000-test.c', 'tulip-test.c', |