unit-test.py: Test PDI with additional options
When phosphor-dbus-interfaces is under test, enable the org.open_power
and com.ibm interfaces so they get built as well.
Just did this for meson since both meson and autotools run under CI and
the results should be the same, plus the autotools build may soon go
away.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: If3a9e09ebc788dc14a3379b1178871c7cee47c1e
diff --git a/scripts/unit-test.py b/scripts/unit-test.py
index f94b53c..0bfacbc 100755
--- a/scripts/unit-test.py
+++ b/scripts/unit-test.py
@@ -1036,6 +1036,8 @@
# MESON_FLAGS = [GIT REPO]:[MESON FLAGS]
MESON_FLAGS = {
+ 'phosphor-dbus-interfaces':
+ ['-Ddata_com_ibm=true', '-Ddata_org_open_power=true']
}
# DEPENDENCIES = [MACRO]:[library/header]:[GIT REPO]