Fix deprecation warning about str.format() during meson setup
commit1ae53900e616eee1415fbbb90ed1733a3a54422e
authorandy5995 <arch_stanton5995@protonmail.com>
Fri, 9 Feb 2024 13:36:33 +0000 (9 07:36 -0600)
committerandy5995 <arch_stanton5995@protonmail.com>
Fri, 10 May 2024 14:13:13 +0000 (10 09:13 -0500)
treea82fb89a54471ca674864f12a7c9e30aab7ca7bd
parent06acd17cbeab6c0154e752b584aaf5001d9af1e8
Fix deprecation warning about str.format() during meson setup

Each object in the list is a file object, not a string:

`ctags_tests = files([...` hence the message:

"tests/meson.build:359: DEPRECATION: Project uses feature that was
always broken, and is now deprecated since '1.3.0': str.format: Value
other than strings, integers, bools, options, dictionaries and lists
thereof..."
tests/meson.build