diff options
author | John Ericson <git@JohnEricson.me> | 2020-04-21 01:22:37 -0400 |
---|---|---|
committer | John Ericson <git@JohnEricson.me> | 2020-04-21 01:27:31 -0400 |
commit | ed6bf2b4017b42d7a3ee0a74fabaa6097c9404dd (patch) | |
tree | 10ae067ae7e3668c20bdc51287f5ef26a2ebade8 /run_unittests.py | |
parent | 57b468c75ae90e09f8bd98da12a5c420ab49cd79 (diff) | |
download | meson-ed6bf2b4017b42d7a3ee0a74fabaa6097c9404dd.zip meson-ed6bf2b4017b42d7a3ee0a74fabaa6097c9404dd.tar.gz meson-ed6bf2b4017b42d7a3ee0a74fabaa6097c9404dd.tar.bz2 |
WIP: Create enum to use instead of strings for language
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 831e53f..e427ee9 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -53,7 +53,7 @@ import mesonbuild.modules.gnome from mesonbuild.interpreter import Interpreter, ObjectHolder from mesonbuild.ast import AstInterpreter from mesonbuild.mesonlib import ( - BuildDirLock, LibType, MachineChoice, PerMachine, Version, is_windows, + BuildDirLock, Language, LibType, MachineChoice, PerMachine, Version, is_windows, is_osx, is_cygwin, is_dragonflybsd, is_openbsd, is_haiku, is_sunos, windows_proof_rmtree, python_command, version_compare, split_args, quote_arg, relpath |