-
Notifications
You must be signed in to change notification settings - Fork 24
/
test.hxml
56 lines (50 loc) · 1.33 KB
/
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
# -cp src/main
# -cp src/test
# -lib monax
# -main TestAll
# -cp ./lib/utest/src
# -js bin/test_node.js
# -cmd echo "------------------------------------BROWSERJS-------------------------------------"
-cp src/main
-debug
-cp src/test
-lib monax
-lib nodejs
-main TestAll
-cp ./lib/utest/src
-js bin/test_node.js
-cmd echo "--------------------------------------NODE--------------------------------------"
-cmd node bin/test_node.js
# -cp src/main
# -cp src/test
# -lib monax
# -D debug
# -main TestAllQueue
# -cp ./lib/utest/src
# -cmd echo "--------------------------------------NEKO--------------------------------------"
# -x bin/test
# -cp src/main
# -cp src/test
# -lib monax
# -main TestAllQueue
# -cp ./lib/utest/src
# -php bin/testphp
# -cmd echo "--------------------------------------PHP---------------------------------------"
# -cmd php bin/testphp/index.php
# -cp src/main
# -cp src/test
# -lib monax
# -main TestAllQueue
# -D debug
# -cp ./lib/utest/src
# -java bin/testjava
# -cmd echo "--------------------------------------JAVA--------------------------------------"
# -cmd java -jar bin/testjava/testjava.jar
# -cp src/main
# -cp src/test
# -lib monax
# -main TestAllQueue
# -cp ./lib/utest/src
# -cpp bin/testcpp
# -cmd echo "--------------------------------------CPP---------------------------------------"
# -cmd ./bin/testcpp/TestAllQueue