aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-04-21 01:22:37 -0400
committerJohn Ericson <git@JohnEricson.me>2020-04-21 01:27:31 -0400
commited6bf2b4017b42d7a3ee0a74fabaa6097c9404dd (patch)
tree10ae067ae7e3668c20bdc51287f5ef26a2ebade8 /run_unittests.py
parent57b468c75ae90e09f8bd98da12a5c420ab49cd79 (diff)
downloadmeson-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-xrun_unittests.py2
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