summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-07-28 20:11:53 +0200
committerDylan William Hardison <dylan@hardison.net>2016-07-28 20:11:53 +0200
commitdf83e520ca50e32659aefbfae7976cdb84283917 (patch)
treea61c9ec87788cfbfe4773def0ad9ddaa3ea07be2 /Bugzilla/Install/Requirements.pm
parent61a6603ef23f18b6c3d0d2392b618fdd79b14a5c (diff)
downloadbugzilla-df83e520ca50e32659aefbfae7976cdb84283917.tar.gz
bugzilla-df83e520ca50e32659aefbfae7976cdb84283917.tar.xz
markdown is required for compilg markdown tests
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index e04883ee2..fb31e77cf 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -97,7 +97,7 @@ use constant FEATURE_FILES => (
'Bugzilla/JobQueue/*', 'jobqueue.pl'],
patch_viewer => ['Bugzilla/Attachment/PatchReader.pm'],
updates => ['Bugzilla/Update.pm'],
- markdown => ['Bugzilla/Markdown.pm'],
+ markdown => ['Bugzilla/Markdown.pm', 't/100markdown.t'],
memcached => ['Bugzilla/Memcache.pm'],
auth_delegation => ['auth.cgi'],
);