tests/meson.build


Log

Author Commit Date CI Message
Eli Schwartz 8f233383 2022-08-30T12:43:41 meson: remove useless command that isn't needed The tests/*.sh are executable in the source tree, and don't need to be chmodded after being copied to the build tree.
Dylan Baker dd779ad9 2022-07-29T10:53:32 meson: add check to run_command Because we really should be checking that it succeeds, and because not setting it is deprecated.
Dylan Baker c04097e4 2022-07-29T10:48:05 meson: pass configured files idiomatically Instead of attempting to figure out what the paths will be, take the returned file object and pass that around, meson will then automatically figure out the correct paths.
Dylan Baker 06fe2e23 2022-07-29T10:40:54 meson: use current_source_dir and current_build_dir instead of *_root The latter doesn't work correctly when being used as a subproject, as it returns the *absolute* root. So if pkgconf is being built as part of muon, then it will return muon's source root. current_source_dir, on the other hand returns the directory correctly whether being built as a subproject or superproject.
Ariadne Conill 061627f0 2019-07-12T08:20:05 meson: bump required version to 0.47 for copy directive
William Pitcock 3ae11b1b 2017-06-24T12:40:33 meson: add kyua integration for testsuite for now