xref: /illumos-gate/usr/src/test/elf-tests/runfiles/default.run (revision c778cbeb4bc8b9609f43b41183c6c774f574a9c2)
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]
16pre =
17verbose = False
18quiet = False
19timeout = 60
20post =
21outputdir = /var/tmp/test_results
22
23[/opt/elf-tests/tests/assert-deflib]
24tests = ['test-deflib']
25
26[/opt/elf-tests/tests/linker-sets]
27tests = ['simple', 'in-use-check']
28
29[/opt/elf-tests/tests/mapfiles/parser]
30tests = ['test-parser']
31
32[/opt/elf-tests/tests/mapfiles/assert]
33tests = ['test-assert']
34
35[/opt/elf-tests/tests/tls/amd64/ie]
36arch = i86pc
37tests = ['amd64-ie-test']
38
39[/opt/elf-tests/tests/tls/i386/ld]
40arch = i86pc
41tests = ['i386-ld-test']
42
43[/opt/elf-tests/tests/tls/amd64/ld]
44arch = i86pc
45tests = ['amd64-ld-test']
46
47