Browse Source

only care about python target for unit tests

Simon Krajewski 11 years ago
parent
commit
cb996bee75
4 changed files with 14 additions and 22 deletions
  1. 1 0
      .gitignore
  2. 0 10
      .travis.yml
  3. 1 1
      tests/unit/compile-each.hxml
  4. 12 11
      tests/unit/compile.hxml

+ 1 - 0
.gitignore

@@ -57,3 +57,4 @@ build.bat
 tests/unit/compile.php.hxml
 /extra/*.xml
 tests/optimization/testopt.js
+tests/unit/unit.py

+ 0 - 10
.travis.yml

@@ -7,17 +7,7 @@ env:
     # SAUCE_ACCESS_KEY
     - secure: sUvWUjCyPuWht4seNa4f2VG9DkvXkhZyLZfjJO9TUAHB2JndS16E2j/qrvKEjycyH6w8tU/B9vnjDRvvGrYXxEXcBEwsJVfkorFnRl9uwGCGIYrzjMhssEl3fMYZK7P304f+gAp5ULrDBX2gIaKeSa8lUNRtz2PsZOieE4kMdhk=
   matrix:
-    - TARGET=macro
-    - TARGET=neko
-    - TARGET=js
-    - TARGET=php
     - TARGET=python
-    - TARGET=cpp
-    - TARGET=flash9
-    - TARGET=as3
-    - TARGET=java
-    - TARGET=cs
-    - TARGET=flash8
 
 matrix:
   fast_finish: true

+ 1 - 1
tests/unit/compile-each.hxml

@@ -2,5 +2,5 @@
 -debug
 -cp ..
 -resource res1.txt
--resource res2.bin
+#-resource res2.bin
 -dce full

+ 12 - 11
tests/unit/compile.hxml

@@ -14,14 +14,15 @@ compile-java-runner.hxml
 
 # targets
 
---next compile-flash8.hxml
---next compile-flash9.hxml
---next compile-js.hxml
---next compile-neko.hxml
---next compile-php.hxml
---next compile-as3.hxml
---next compile-cpp.hxml
---next compile-java.hxml
---next compile-cs.hxml
---next compile-macro.hxml
---next compile-cs-unsafe.hxml
+--next compile-python.hxml
+#--next compile-flash8.hxml
+#--next compile-flash9.hxml
+#--next compile-js.hxml
+#--next compile-neko.hxml
+#--next compile-php.hxml
+#--next compile-as3.hxml
+#--next compile-cpp.hxml
+#--next compile-java.hxml
+#--next compile-cs.hxml
+#--next compile-macro.hxml
+#--next compile-cs-unsafe.hxml