Bug 1229467 - Include wptserve in common.tests.zip; r=gps

This commit is contained in:
Maja Frydrychowicz 2015-12-01 15:45:41 -05:00
parent 181c843650
commit 72ac61332b

View File

@ -96,6 +96,12 @@ ARCHIVE_FILES = {
'pattern': '**',
'dest': 'tps/tests',
},
{
'source': buildconfig.topsrcdir,
'base': 'testing/web-platform/tests/tools/wptserve',
'pattern': '**',
'dest': 'tools/wptserve',
},
],
'cppunittest': [
{