summaryrefslogtreecommitdiff
path: root/tis-ci/test_regset.config
blob: 2589b5ad5d5c9f8c52b04bb719e465733f0fda61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "compilation_cmd": "-I ../tis-ci -I ../src -D alloca=__builtin_alloca",
  "files": [
    "../test/test_regset.c",
    "../tis-ci/stub.c",
    "../src/regcomp.c",
    "../src/regenc.c",
    "../src/utf8.c",
    "../src/regexec.c",
    "../src/ascii.c",
    "../src/regparse.c",
    "../src/st.c",
    "../src/regversion.c"
  ],
  "machdep": "gcc_x86_64",
  "main": "main",
  "name": "test_regset.c FULL",
  "address-alignment": 65536, /* hexadecimal 0x10000 */
  "val-warn-undefined-pointer-comparison": "none"
}