From bbe649a5fc7bb0b955b2688c4d797b71830c8aeb Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 30 Jun 2023 16:40:09 -0700 Subject: unittests: test the vala template --- unittests/allplatformstests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.1