-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest.hxml
65 lines (50 loc) · 782 Bytes
/
test.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# ## Flash 9+
# -main TestMain
# -lib munit
# -lib hamcrest
# -cp src
# -cp lib/hxparse/src
# -cp test/unitTests
# -swf-version 11
# -swf bin/test/as3_test.swf
# --next
# ## Flash 8
# -main TestMain
# -lib munit
# -lib hamcrest
# -cp src
# -cp lib/hxparse/src
# -cp test/unitTests
# -swf-version 8
# -swf bin/test/as2_test.swf
# --next
## JavaScript
-main TestMain
-lib munit
-lib hamcrest
-lib hxparse
-cp src
-cp lib/hxparse/src
-cp test/unitTests
-js bin/test/js_test.js
--next
## Neko
-main TestMain
-lib munit
-lib hamcrest
-lib hxparse
-cp src
-cp lib/hxparse/src
-cp test/unitTests
-neko bin/test/neko_test.n
--next
## CPP
-main TestMain
-lib munit
-lib hamcrest
-lib hxparse
-cp src
-cp lib/hxparse/src
-cp test/unitTests
#-D HXCPP_M64
-cpp bin/test/cpp_test