Skip to content

Commit fac1e42

Browse files
committed
expose CompileResult because its needed by unittest
1 parent 248a3d5 commit fac1e42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mesonbuild/compilers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Public symbols for compilers sub-package when using 'from . import compilers'
55
__all__ = [
66
'Compiler',
7+
'CompileResult',
78
'RunResult',
89

910
'all_languages',
@@ -47,6 +48,7 @@
4748
# Bring symbols from each module into compilers sub-package namespace
4849
from .compilers import (
4950
Compiler,
51+
CompileResult,
5052
RunResult,
5153
all_languages,
5254
clib_langs,

0 commit comments

Comments
 (0)