test cases: Merge two configure_file tests
Unnecessary overhead having a separate test like that.
This commit is contained in:
parent
70bc754a2c
commit
2ac6f6be32
|
@ -1,9 +0,0 @@
|
|||
project('conf file in test')
|
||||
|
||||
test_file = configure_file(
|
||||
input: 'test.py.in',
|
||||
output: 'test.py',
|
||||
configuration: configuration_data()
|
||||
)
|
||||
|
||||
test('configure-file', test_file)
|
|
@ -184,3 +184,11 @@ configure_file(
|
|||
encoding : 'koi8-r',
|
||||
configuration : conf8
|
||||
)
|
||||
|
||||
test_file = configure_file(
|
||||
input: 'test.py.in',
|
||||
output: 'test.py',
|
||||
configuration: configuration_data()
|
||||
)
|
||||
|
||||
test('configure-file', test_file)
|
||||
|
|
0
test cases/common/157 configure file in test/test.py.in → test cases/common/16 configure file/test.py.in
Executable file → Normal file
0
test cases/common/157 configure file in test/test.py.in → test cases/common/16 configure file/test.py.in
Executable file → Normal file
Loading…
Reference in New Issue