summaryrefslogtreecommitdiff
path: root/tis-ci/test_back.config
blob: a0ab67fad91fd5836c265fa9fa790f77bc9b8ca8 (plain)
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
{
  "compilation_cmd": "-I ../tis-ci -I ../src -D alloca=__builtin_alloca",
  "files": [
    "../test/test_back.c",
    "../src/unicode.c",
    "../src/regcomp.c",
    "../src/regenc.c",
    "../src/utf16_be.c",
    "../src/regparse.c",
    "../src/st.c",
    "../src/regexec.c",
    "../src/unicode_unfold_key.c",
    "../src/unicode_fold3_key.c",
    "../src/unicode_fold2_key.c",
    "../src/unicode_fold1_key.c",
    "../src/utf8.c",
    "../src/regerror.c",
    "../src/regversion.c",
    "../src/ascii.c"
  ],
  "machdep": "gcc_x86_64",
  "main": "main",
  "name": "test_back.c FULL",
  "address-alignment": 65536, /* hexadecimal 0x10000 */
  "val-warn-undefined-pointer-comparison": "none"
}