1
2 #
3 # This file and its contents are supplied under the terms of the
4 # Common Development and Distribution License ("CDDL"), version 1.0.
5 # You may only use this file in accordance with the terms of version
6 # 1.0 of the CDDL.
7 #
8 # A full copy of the text of the CDDL should have accompanied this
9 # source. A copy of the CDDL is also available via the Internet at
10 # http://www.illumos.org/license/CDDL.
11 #
12
13 # Copyright 2018, Richard Lowe.
14
15 [DEFAULT]
16 pre =
17 verbose = False
18 quiet = False
19 timeout = 60
20 post =
21 outputdir = /var/tmp/test_results
22
23 [/opt/elf-tests/tests/linker-sets]
24 tests = ['simple', 'in-use-check']
25
26 [/opt/elf-tests/tests/assert-deflib]
27 tests = ['test-deflib']
28
29
30 [/opt/elf-tests/tests/tls/x64/ie]
31 arch = i86pc
32 tests = ['x64-ie-test']
33
34 [/opt/elf-tests/tests/tls/x86/ld]
35 arch = i86pc
36 tests = ['x86-ld-test']