blob: 5d7d5515c09ff55d53638d3c9b697cf066b9a4e2 [file] [log] [blame]
onqtam31b03fb2017-05-11 00:53:09 +03001{
2 "compilers": {
3 "windows": [
onqtam7d8ccec2017-05-11 19:31:15 +03004 " msvc --debug",
5 " msvc",
6 " gcc --debug",
7 " gcc"
onqtam31b03fb2017-05-11 00:53:09 +03008 ],
9 "linux": [
onqtam7d8ccec2017-05-11 19:31:15 +030010 " gcc --debug",
11 " gcc",
12 " clang --debug",
13 " clang"
onqtam31b03fb2017-05-11 00:53:09 +030014 ]
15 },
16 "header": [
onqtam7d8ccec2017-05-11 19:31:15 +030017 " compile",
18 [
19 ["any", " --files 200 --tests 0"],
20 ["any", " --files 200 --tests 0 --implement"],
21 ["any", " --files 200 --tests 0 --implement --header"],
onqtam87e80e52017-09-07 12:50:53 +030022 ["any", " --files 200 --tests 0 --implement --header --disabled"]
onqtam7d8ccec2017-05-11 19:31:15 +030023 ]
onqtam31b03fb2017-05-11 00:53:09 +030024 ],
25 "asserts": [
onqtam7d8ccec2017-05-11 19:31:15 +030026 " compile",
27 [
28 ["any", " --header --files 10 --tests 0 --checks 0"],
29 ["any", " --header --files 10 --tests 50 --checks 100 --asserts normal"],
onqtam349a7f02018-12-02 16:59:54 +020030 ["any", " --header --files 10 --tests 50 --checks 100 --asserts normal --fast"],
onqtam7d8ccec2017-05-11 19:31:15 +030031 ["doctest", " --header --files 10 --tests 50 --checks 100 --asserts binary"],
onqtam349a7f02018-12-02 16:59:54 +020032 ["doctest", " --header --files 10 --tests 50 --checks 100 --asserts binary --fast"],
onqtam24bd9622018-08-21 10:10:23 +030033 ["any", " --header --files 10 --tests 50 --checks 100 --asserts normal --disabled"]
onqtam7d8ccec2017-05-11 19:31:15 +030034 ]
35 ],
36 "runtime": [
37 " runtime",
38 [
onqtam7f2c0ba2017-05-12 03:10:01 +030039 ["any", " --files 1 --tests 1 --checks 1 --loop-iters 10000000"],
40 ["any", " --files 1 --tests 1 --checks 1 --loop-iters 10000000 --info"]
onqtam7d8ccec2017-05-11 19:31:15 +030041 ]
onqtam31b03fb2017-05-11 00:53:09 +030042 ]
43}