diff options
Diffstat (limited to 't/pedigree')
-rw-r--r-- | t/pedigree/templates/pedigree.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/t/pedigree/templates/pedigree.tmpl b/t/pedigree/templates/pedigree.tmpl new file mode 100644 index 000000000..3590244ee --- /dev/null +++ b/t/pedigree/templates/pedigree.tmpl @@ -0,0 +1,10 @@ +<!-- This template file only has to "use" the loops tested by pedigree.t --> + +<TMPL_LOOP NAME="PEDIGREE"> +</TMPL_LOOP> + +<TMPL_LOOP NAME="PEDIGREE_BUT_ROOT"> +</TMPL_LOOP> + +<TMPL_LOOP NAME="PEDIGREE_BUT_TWO_OLDEST"> +</TMPL_LOOP> |