1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright (c) 2012 by Delphix. All rights reserved. 14# Copyright 2015 Garrett D'Amore <garrett@damore.org> 15# Copyright 2025 Oxide Computer Company 16# Copyright 2026 Gordon W. Ross 17# 18 19[DEFAULT] 20pre = 21verbose = False 22quiet = False 23timeout = 180 24post = 25 26[tests/c-symbols] 27pre = setup 28tests = [ 29 'assert_h', 30 'ctype_h', 31 'dirent_h', 32 'fcntl_h', 33 'locale_h', 34 'math_h', 35 'netdb_h', 36 'pthread_h', 37 'signal_h', 38 'stdalign_h', 39 'stddef_h', 40 'stdio_h', 41 'stdlib_h', 42 'stdnoreturn_h', 43 'string_h', 44 'strings_h', 45 'sys_atomic_h', 46 'sys_mman_h', 47 'sys_stat_h', 48 'sys_time_h', 49 'sys_timeb_h', 50 'time_h', 51 'threads_h', 52 'ucontext_h', 53 'unistd_h', 54 'wchar_h', 55 'wctype_h' 56 ] 57tags = ['c-symbols'] 58 59[tests/cxx-symbols] 60pre = setup 61tests = [ 62 'cmath_h', 63 'cstdio_h', 64 'cstdlib_h', 65 'cstring_h', 66 'ctime_h', 67 'cwchar_h' 68 ] 69tags = ['cxx-symbols'] 70