aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-03-22 13:26:10 -0700
committerDylan Baker <dylan@pnwbakers.com>2023-06-07 19:20:30 -0700
commit5e59e5a9e49e9eee4e551f4078f32edd67659da4 (patch)
tree693b0e54d8925b3354eb632a4fbc480eb73a9ce2 /run_unittests.py
parentb01ae087f5f54b0777201c83440fb6777648acd8 (diff)
downloadmeson-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-xrun_unittests.py1
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