diff --git a/test/2.0/Makefile.am b/test/2.0/Makefile.am
index c230322..dfd4a62 100644
--- a/test/2.0/Makefile.am
+++ b/test/2.0/Makefile.am
@@ -1 +1 @@
-SUBDIRS = menu treeview
+SUBDIRS = menu treeview masterpages
diff --git a/test/2.0/masterpages/Makefile.am b/test/2.0/masterpages/Makefile.am
new file mode 100644
index 0000000..6024699
--- /dev/null
+++ b/test/2.0/masterpages/Makefile.am
@@ -0,0 +1,9 @@
+samplesdir = $(datadir)/doc/xsp/test/2.0/masterpages
+samples_DATA = \
+ simple.master \
+ simple.aspx \
+ frame.master \
+ content1.aspx \
+ content2.aspx
+
+EXTRA_DIST = $(samples_DATA)
diff --git a/test/2.0/masterpages/content1.aspx b/test/2.0/masterpages/content1.aspx
new file mode 100644
index 0000000..82c667b
--- /dev/null
+++ b/test/2.0/masterpages/content1.aspx
@@ -0,0 +1,12 @@
+<%@ Page Language="C#" MasterPageFile="frame.master" %>
+
+ This is the content of the master page file. This sample master page has two placeholders,
+one for the content and one for the title. Click here to see another content page. This is another content page for the same master page file. Click here to see another content page.