From: Jean Privat Date: Thu, 17 Jul 2014 15:16:17 +0000 (-0400) Subject: Merge: Test nitvm X-Git-Tag: v0.6.7~55 X-Git-Url: http://nitlanguage.org Merge: Test nitvm Add the engine `nitvm` in tests.sh so the developers of the vm can rely on the complex test framework. 1. compile nitvm (put it in src/ or bin/) 2. `$ cd tests` 3. `$ ./tests.sh --engine nitvm base*.nit` for some tests 4. `$ ./testfull.sh --engine nitvm` for all tests (long!) Note: currently some tests (typing related) fails. Note2: once the vm pass all tests, a new PR is needed so it is automatically built and tested. Pull-Request: #586 Reviewed-by: Lucas Bajolet Reviewed-by: Alexandre Terrasa --- 31c9a37bf01221d63c07c52ebde8e09dd3e0f288