summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.xml b/common.xml
index 6e28ab6a60..edd941c5e3 100644
--- a/common.xml
+++ b/common.xml
@@ -386,6 +386,10 @@
<!-- Copy resources -->
<copy todir="${test.classes}" failonerror="false">
<fileset dir="${test.resources}" />
+ <!-- include html templates used in declarative tests -->
+ <fileset dir="${test.src}">
+ <include name="**/*.html"/>
+ </fileset>
</copy>
</target>