summaryrefslogtreecommitdiffstats
path: root/test/vpnor/Makefile.am.include
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpnor/Makefile.am.include')
-rw-r--r--test/vpnor/Makefile.am.include16
1 files changed, 15 insertions, 1 deletions
diff --git a/test/vpnor/Makefile.am.include b/test/vpnor/Makefile.am.include
index 6a0802e..e8d51ca 100644
--- a/test/vpnor/Makefile.am.include
+++ b/test/vpnor/Makefile.am.include
@@ -193,6 +193,19 @@ test_vpnor_create_read_window_toc_SOURCES = \
test_vpnor_create_read_window_toc_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
test_vpnor_create_read_window_toc_LDADD = $(VPNOR_LDADD)
+test_vpnor_create_read_window_straddle_partitions_SOURCES = \
+ $(TEST_MBOX_VPNOR_SRCS) $(TEST_MOCK_SRCS) \
+ mboxd_msg.c \
+ mboxd_windows.c \
+ mboxd_lpc.c \
+ mboxd_lpc_virtual.cpp \
+ mboxd_pnor_partition_table.cpp \
+ mboxd_flash_virtual.cpp \
+ pnor_partition.cpp \
+ %reldir%/create_read_window_straddle_partitions.cpp
+test_vpnor_create_read_window_straddle_partitions_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
+test_vpnor_create_read_window_straddle_partitions_LDADD = $(VPNOR_LDADD)
+
if VIRTUAL_PNOR_ENABLED
check_PROGRAMS += \
%reldir%/create_pnor_partition_table \
@@ -212,7 +225,8 @@ check_PROGRAMS += \
%reldir%/toc_lookup_failed \
%reldir%/toc_missing_file \
%reldir%/create_read_window_oob \
- %reldir%/create_read_window_toc
+ %reldir%/create_read_window_toc \
+ %reldir%/create_read_window_straddle_partitions
XFAIL_TESTS += %reldir%/create_read_window_oob
endif
OpenPOWER on IntegriCloud