-
Notifications
You must be signed in to change notification settings - Fork 0
/
test33.hxml
43 lines (35 loc) · 871 Bytes
/
test33.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
-main mtprng.Test
-cpp tests/testcpp
-cmd echo "CPP" && ./tests/testcpp/Test
--next
-main mtprng.Test
-neko tests/test.n
-cmd echo "NEKO" && neko tests/test.n
--next
-main mtprng.Test
-js tests/test.js
-cmd echo "JS" && node tests/test.js
--next
-main mtprng.Test
-cs tests/testcs
-cmd echo "CS" && mono tests/testcs/bin/Test.exe
--next
-main mtprng.Test
-java tests/testjava
-cmd echo "JAVA" && java -jar tests/testjava/Test.jar
--next
-main mtprng.Test
-python tests/test.py
-cmd echo "PYTHON3" && python3 tests/test.py
--next
-main mtprng.Test
-php tests/testphp
-cmd echo "PHP" && php tests/testphp/index.php
--next
-main mtprng.Test
-swf tests/test.swf
-cmd echo "to test FLASH download https://www.adobe.com/support/flashplayer/debug_downloads.html and run tests/test.swf"
--next
-main mtprng.Test
-lua tests/test.lua
-cmd echo "LUA" && lua tests/test.lua