diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-06-30 16:40:09 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-07-25 15:50:21 -0400 |
commit | bbe649a5fc7bb0b955b2688c4d797b71830c8aeb (patch) | |
tree | 49f3df67ed064487e39ac29a1028f1fb013f6891 | |
parent | c30cdfc4b056c2638779bf126b70fd5f6bbaac29 (diff) | |
download | meson-bbe649a5fc7bb0b955b2688c4d797b71830c8aeb.zip meson-bbe649a5fc7bb0b955b2688c4d797b71830c8aeb.tar.gz meson-bbe649a5fc7bb0b955b2688c4d797b71830c8aeb.tar.bz2 |
unittests: test the vala template
-rw-r--r-- | unittests/allplatformstests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index 4b20529..baf5875 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -2215,7 +2215,7 @@ class AllPlatformTests(BasePlatformTests): langs = ['c'] env = get_fake_env() - for l in ['cpp', 'cs', 'd', 'java', 'cuda', 'fortran', 'objc', 'objcpp', 'rust']: + for l in ['cpp', 'cs', 'd', 'java', 'cuda', 'fortran', 'objc', 'objcpp', 'rust', 'vala']: try: comp = detect_compiler_for(env, l, MachineChoice.HOST, True) with tempfile.TemporaryDirectory() as d: |