added test suite runner, removed tests from travis build

This commit is contained in:
jdescottes
2014-08-23 22:45:52 +02:00
parent a8788c83f1
commit caebce5ec8
17 changed files with 391 additions and 158 deletions

View File

@ -0,0 +1,4 @@
(typeof exports != "undefined" ? exports : pskl_exports).tests = [
// did not manage to successfully run drawing tests on travis yet ...
'SmokeTest.js'
];

View File

@ -0,0 +1,5 @@
{ "tests" : [
"SimplePenDrawing1.json",
"ComplexDrawing1.json",
"ComplexDrawing2.json"
]}