markdown is required for compilg markdown tests

parent 61a6603e
...@@ -97,7 +97,7 @@ use constant FEATURE_FILES => ( ...@@ -97,7 +97,7 @@ use constant FEATURE_FILES => (
'Bugzilla/JobQueue/*', 'jobqueue.pl'], 'Bugzilla/JobQueue/*', 'jobqueue.pl'],
patch_viewer => ['Bugzilla/Attachment/PatchReader.pm'], patch_viewer => ['Bugzilla/Attachment/PatchReader.pm'],
updates => ['Bugzilla/Update.pm'], updates => ['Bugzilla/Update.pm'],
markdown => ['Bugzilla/Markdown.pm'], markdown => ['Bugzilla/Markdown.pm', 't/100markdown.t'],
memcached => ['Bugzilla/Memcache.pm'], memcached => ['Bugzilla/Memcache.pm'],
auth_delegation => ['auth.cgi'], auth_delegation => ['auth.cgi'],
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment