unittests: test the vala template

pull/12044/head
Dylan Baker 1 year ago committed by Eli Schwartz
parent c30cdfc4b0
commit bbe649a5fc
  1. 2
      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:

Loading…
Cancel
Save