summaryrefslogtreecommitdiffstats
path: root/test/vpnor/Makefile.am.include
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-02-26 12:01:24 +1030
committerAndrew Jeffery <andrew@aj.id.au>2018-03-24 13:59:32 +1030
commit9b25b59188703da3350ab36319e6af707d4e88ae (patch)
tree575202eb8dcf76e1044378cf18e7f15ea034ee96 /test/vpnor/Makefile.am.include
parenta11a3b06eb72bbb500eaead5a1f4850c19a862e4 (diff)
downloadphosphor-mboxd-9b25b59188703da3350ab36319e6af707d4e88ae.tar.gz
phosphor-mboxd-9b25b59188703da3350ab36319e6af707d4e88ae.zip
test: vpnor: Add toc_flags
Exercises the flags associated with FFS properties. Change-Id: Id710784cbbf3115712f7ce55e1fd38c8889b2c1f Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'test/vpnor/Makefile.am.include')
-rw-r--r--test/vpnor/Makefile.am.include12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/vpnor/Makefile.am.include b/test/vpnor/Makefile.am.include
index 68eeb7b..4defe01 100644
--- a/test/vpnor/Makefile.am.include
+++ b/test/vpnor/Makefile.am.include
@@ -100,6 +100,13 @@ test_vpnor_toc_no_version_SOURCES = \
test_vpnor_toc_no_version_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
test_vpnor_toc_no_version_LDADD = $(VPNOR_LDADD)
+test_vpnor_toc_flags_SOURCES = \
+ common.c \
+ pnor_partition_table.cpp \
+ %reldir%/toc_flags.cpp
+test_vpnor_toc_flags_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
+test_vpnor_toc_flags_LDADD = $(VPNOR_LDADD)
+
if VIRTUAL_PNOR_ENABLED
check_PROGRAMS += \
%reldir%/create_pnor_partition_table \
@@ -112,5 +119,8 @@ check_PROGRAMS += \
%reldir%/toc_start_gt_end \
%reldir%/toc_no_start \
%reldir%/toc_no_end \
- %reldir%/toc_no_version
+ %reldir%/toc_no_version \
+ %reldir%/toc_flags
+
+XFAIL_TESTS += %reldir%/toc_flags
endif
OpenPOWER on IntegriCloud