mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
tests: autoptr test can be run on gcc, clang, intel
The only place where it won't work, is MSVC and maybe Sun Studio, but we'd need someone to test Sun Studio first.
This commit is contained in:
parent
9096bde3ce
commit
3c62619930
@ -66,7 +66,7 @@ if host_machine.system() != 'windows'
|
||||
]
|
||||
endif
|
||||
|
||||
if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
||||
if cc.get_id() != 'msvc'
|
||||
gio_tests += [ 'autoptr' ]
|
||||
endif
|
||||
|
||||
|
@ -79,7 +79,7 @@ if host_machine.system() != 'windows'
|
||||
glib_tests += [ 'unix', 'include' ]
|
||||
endif
|
||||
|
||||
if cc.get_id() == 'gcc'
|
||||
if cc.get_id() != 'msvc'
|
||||
glib_tests += [ 'autoptr' ]
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user