Browse Source

Update misc tests doc with python and cs tests (#8407)

Rudy Ges 6 years ago
parent
commit
5caea22d92
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tests/misc/README.md

+ 7 - 0
tests/misc/README.md

@@ -22,3 +22,10 @@ Chdir to `tests/misc` and run `haxe compile.hxml`.
 
 
 To run tests only for a single project use the following command: `haxe -D MISC_TEST_FILTER=1234 compile.hxml`, where `1234` are taken from the project directory name `Issue1234`.
 To run tests only for a single project use the following command: `haxe -D MISC_TEST_FILTER=1234 compile.hxml`, where `1234` are taken from the project directory name `Issue1234`.
 
 
+### Running target specific projects locally
+
+Tests specific to some targets (python, cs) reside in their own separate folder (respectively `tests/misc/python` and `tests/misc/cs`).
+
+Chdir to `tests/misc/{target}` and run `haxe run.hxml` to run these tests.
+
+To run tests only for a single project use the following command: `haxe -D MISC_TEST_FILTER=1234 run.hxml`, where `1234` are taken from the project directory name `Issue1234`.