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 = 25outputdir = /var/tmp/test_results 26 27[/opt/header-tests/tests/c-symbols] 28pre = setup 29tests = [ 30 'assert_h', 31 'ctype_h', 32 'dirent_h', 33 'fcntl_h', 34 'locale_h', 35 'math_h', 36 'netdb_h', 37 'pthread_h', 38 'signal_h', 39 'stdalign_h', 40 'stddef_h', 41 'stdio_h', 42 'stdlib_h', 43 'stdnoreturn_h', 44 'string_h', 45 'strings_h', 46 'sys_atomic_h', 47 'sys_mman_h', 48 'sys_stat_h', 49 'sys_time_h', 50 'sys_timeb_h', 51 'time_h', 52 'threads_h', 53 'ucontext_h', 54 'unistd_h', 55 'wchar_h', 56 'wctype_h' 57 ] 58tags = ['c-symbols'] 59 60[/opt/header-tests/tests/cxx-symbols] 61pre = setup 62tests = [ 63 'cmath_h', 64 'cstdio_h', 65 'cstdlib_h', 66 'cstring_h', 67 'ctime_h', 68 'cwchar_h' 69 ] 70tags = ['cxx-symbols'] 71