diff options
-rw-r--r-- | test cases/common/157 configure file in test/meson.build | 9 | ||||
-rw-r--r-- | test cases/common/16 configure file/meson.build | 8 | ||||
-rw-r--r--[-rwxr-xr-x] | test cases/common/16 configure file/test.py.in (renamed from test cases/common/157 configure file in test/test.py.in) | 0 |
3 files changed, 8 insertions, 9 deletions
diff --git a/test cases/common/157 configure file in test/meson.build b/test cases/common/157 configure file in test/meson.build deleted file mode 100644 index 9028101..0000000 --- a/test cases/common/157 configure file in test/meson.build +++ /dev/null @@ -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) diff --git a/test cases/common/16 configure file/meson.build b/test cases/common/16 configure file/meson.build index 333b121..1850c2b 100644 --- a/test cases/common/16 configure file/meson.build +++ b/test cases/common/16 configure file/meson.build @@ -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) diff --git a/test cases/common/157 configure file in test/test.py.in b/test cases/common/16 configure file/test.py.in index 15a61f5..15a61f5 100755..100644 --- a/test cases/common/157 configure file in test/test.py.in +++ b/test cases/common/16 configure file/test.py.in |