test: vpnor: Rename create_read_window_vpnor

For separate tests of access to offsets that do and don't contain a
partition.

Change-Id: I2466821b81eb721eeffe7db02d177c6f78e06101
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/test/vpnor/Makefile.am.include b/test/vpnor/Makefile.am.include
index b71e8e0..e58f6ac 100644
--- a/test/vpnor/Makefile.am.include
+++ b/test/vpnor/Makefile.am.include
@@ -12,7 +12,7 @@
 test_vpnor_create_pnor_partition_table_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
 test_vpnor_create_pnor_partition_table_LDADD = $(VPNOR_LDADD)
 
-test_vpnor_create_read_window_vpnor_SOURCES = \
+test_vpnor_create_read_window_partition_exists_SOURCES = \
 	$(TEST_MBOX_VPNOR_SRCS) $(TEST_MOCK_SRCS) \
 	mboxd_msg.c \
 	mboxd_windows.c \
@@ -21,9 +21,9 @@
 	mboxd_pnor_partition_table.cpp \
 	mboxd_flash_virtual.cpp \
 	pnor_partition.cpp \
-	%reldir%/create_read_window_vpnor.cpp
-test_vpnor_create_read_window_vpnor_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
-test_vpnor_create_read_window_vpnor_LDADD = $(VPNOR_LDADD)
+	%reldir%/create_read_window_partition_exists.cpp
+test_vpnor_create_read_window_partition_exists_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
+test_vpnor_create_read_window_partition_exists_LDADD = $(VPNOR_LDADD)
 
 test_vpnor_write_patch_SOURCES = \
 	$(TEST_MBOX_VPNOR_SRCS) \
@@ -68,7 +68,7 @@
 if VIRTUAL_PNOR_ENABLED
 check_PROGRAMS += \
 	%reldir%/create_pnor_partition_table \
-	%reldir%/create_read_window_vpnor \
+	%reldir%/create_read_window_partition_exists \
 	%reldir%/write_prsv \
 	%reldir%/write_ro \
 	%reldir%/write_rw \