mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 1605417 - use GeneratedFile template in xpcom/tests/gtest/; r=KrisWright
The template is slightly nicer and slighty more modern. Differential Revision: https://phabricator.services.mozilla.com/D58006 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
d98002172b
commit
55a8bbf010
@ -117,12 +117,9 @@ LOCAL_INCLUDES += [
|
||||
'../../base',
|
||||
]
|
||||
|
||||
GENERATED_FILES = [
|
||||
'dafsa_test_1.inc',
|
||||
]
|
||||
dafsa_data = GENERATED_FILES['dafsa_test_1.inc']
|
||||
dafsa_data.script = '../../ds/tools/make_dafsa.py'
|
||||
dafsa_data.inputs = ['dafsa_test_1.dat']
|
||||
GeneratedFile('dafsa_test_1.inc',
|
||||
script='../../ds/tools/make_dafsa.py',
|
||||
inputs=['dafsa_test_1.dat'])
|
||||
|
||||
TEST_HARNESS_FILES.gtest += [
|
||||
'wikipedia/ar.txt',
|
||||
|
Loading…
x
Reference in New Issue
Block a user