test nat-archive-tool on many targets
This commit is contained in:
2
py.hxml
Normal file
2
py.hxml
Normal file
@@ -0,0 +1,2 @@
|
||||
--python bin/python/main.py
|
||||
--cmd python bin/python/main.py
|
2
test-cpp.sh
Normal file
2
test-cpp.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
./bin/cpp/test/TestMain
|
@@ -3,6 +3,4 @@
|
||||
-lib nat-archive-tool
|
||||
-lib requests-externs
|
||||
-cp test
|
||||
--main test.TestMain
|
||||
--python bin/main.py
|
||||
--cmd python bin/main.py
|
||||
--main test.TestMain
|
8
test.sh
8
test.sh
@@ -1,4 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
haxelib dev nat-archive-tool .
|
||||
haxe test.hxml
|
||||
# Run these tests on every target that could be used for a NAT front-end
|
||||
# (also to test (#extern) on multiple targets)
|
||||
haxe test.hxml py.hxml &&
|
||||
haxe test.hxml js.hxml &&
|
||||
haxe test.hxml cpp.hxml &&
|
||||
haxe test.hxml --interp
|
||||
|
Reference in New Issue
Block a user