-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhedn.json
47 lines (46 loc) · 1.07 KB
/
hedn.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"build" : {
"-D" : ["no-deprecation-warnings"],
"-cp" : "src/main/haxe",
"-lib" : [
"stx_pico","stx_nano","stx_fn","stx_assert","stx_log",
"stx_asys", "stx_om","stx_schema","stx_parse","stx_ds",
"stx_ds_xset","stx_show",
"pml","hscript","pml_om"
],
"unit" : {
"--macro" : [
"include('stx.query',true)",
"include('stx.assert.query',true)"
],
"interp" : {
"--interp" : true
},
"cpp" : {
"--cpp" : "dist/unit/cpp"
}
},
"test" : {
"--resource" : ["asset/value.edn@value"],
"-L" : ["stx_test","stx_show","pootle"],
"-cp" : "src/test/haxe",
"--main" : "stx.query.term.object.Test",
"interp": {
"--interp" : true
}
},
"feat" : {
"-D" : "debug",
"-L" : "stx_test",
"-cp" : "src/test/haxe",
"object_query" : {
"--main" : "stx.query.term.object.Test",
"interp" : {
"--interp" : "true"
}
}
}
},
"run" : {
}
}