-
Notifications
You must be signed in to change notification settings - Fork 0
/
.autofonce
35 lines (29 loc) · 975 Bytes
/
.autofonce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[project]
# name to use to infer config
name = "gnucobol"
# files used to locate the project top directory
# and to set the AUTOFONCE_SOURCE_DIR
source_anchors = [ "tests/testsuite.at", "!" ]
# files used to locate the project build directory
# where the _autofonce/ directory will be created
# and to set the AUTOFONCE_BUILD_DIR
# use "!" to trigger an error if build dir is mandatory
build_anchors = [ "cobc/cobc.1", "!" ]
# paths in project sources that are good candidates to
# be tested as build dirs. Useful to run autofonce
# from outside the build directory
build_dir_candidates = [ "_build" ]
[testsuites]
# alias = "path-from-topdir"
[testsuites.testsuite]
file = "tests/testsuite.at"
path = [ "tests/testsuite.src"]
env = "testsuite"
[testsuites.nist]
file = "tests/cobol85/nist.at"
path = [ "tests/cobol85/nistrun.src"]
env = "testsuite"
[envs]
# env_name = """..."""
# env_name = "<local-path-to-env-file"
testsuite = "<tests/autofonce.env.sh"