diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-03-22 13:26:10 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2023-06-07 19:20:30 -0700 |
commit | 5e59e5a9e49e9eee4e551f4078f32edd67659da4 (patch) | |
tree | 693b0e54d8925b3354eb632a4fbc480eb73a9ce2 /run_unittests.py | |
parent | b01ae087f5f54b0777201c83440fb6777648acd8 (diff) | |
download | meson-5e59e5a9e49e9eee4e551f4078f32edd67659da4.zip meson-5e59e5a9e49e9eee4e551f4078f32edd67659da4.tar.gz meson-5e59e5a9e49e9eee4e551f4078f32edd67659da4.tar.bz2 |
cargo/version: add a function to convert cargo versioning to meson
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index ddcde76..a820acc 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -36,6 +36,7 @@ from mesonbuild.mesonlib import python_command, setup_vsenv import mesonbuild.modules.pkgconfig from unittests.allplatformstests import AllPlatformTests +from unittests.cargotests import CargoVersionTest from unittests.darwintests import DarwinTests from unittests.failuretests import FailureTests from unittests.linuxcrosstests import LinuxCrossArmTests, LinuxCrossMingwTests |