-
Notifications
You must be signed in to change notification settings - Fork 16
/
testJava.hxml
45 lines (36 loc) · 1.07 KB
/
testJava.hxml
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
-cp src
-cp test
-lib tokentree
-lib haxeparser
-lib hxparse
-lib json2object
-lib hxargs
-lib utest
-lib test-adapter
# -D debugLog
# -D debugIndent
# -D detailed_coverage
# -D debugWrapping
-D unittest
-D haxe-next
--jvm out/TestMain.jar
-main TestMain
-D UTEST_PRINT_TESTS
# -D profiler-console-detail-reporter
# -D profiler-console-missing-reporter
# -D profiler-console-summary-reporter
# -D profiler-console-hierarchy-reporter
# -D profiler-csv-reporter
# -D profiler-d3-reporter
# -D coverage-console-missing-reporter
-D coverage-console-summary-reporter
-D coverage-console-file-summary-reporter
-D coverage-console-package-summary-reporter
-D coverage-lcov-reporter
-D coverage-codecov-reporter
-lib instrument
# --macro instrument.Instrumentation.profiling(['formatter'], ['src'], ['formatter.Cli', 'formatter.debug.PosInfosMacro'])
--macro instrument.Instrumentation.coverage(['formatter'], ['src'], ['formatter.Cli', 'formatter.debug.PosInfosMacro'])
# -D dump=pretty
# --macro instrument.Instrumentation.profiling(['formatter'], ['src'], [])
-cmd java -jar out/TestMain.jar