unit-test.py: Add transaction id support
Add transaction configure flags for sdbusplus.
Change-Id: I1487a9c130cf08c42df1b199732a93ef78d5d567
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/scripts/unit-test.py b/scripts/unit-test.py
index e555676..d23a6cf 100755
--- a/scripts/unit-test.py
+++ b/scripts/unit-test.py
@@ -131,7 +131,8 @@
if __name__ == '__main__':
# CONFIGURE_FLAGS = [GIT REPO]:[CONFIGURE FLAGS]
CONFIGURE_FLAGS = {
- 'phosphor-objmgr': ['--enable-unpatched-systemd']
+ 'phosphor-objmgr': ['--enable-unpatched-systemd'],
+ 'sdbusplus': ['--enable-transaction']
}
# DEPENDENCIES = [MACRO]:[library/header]:[GIT REPO]