added support for Small Basic

This commit is contained in:
marlenecota 2017-07-29 21:03:23 -07:00
parent fbdcb70601
commit 70ffd3f0c2
5 changed files with 379 additions and 1 deletions

View file

@ -58,6 +58,7 @@ requirejs([
'out/test/xml.test',
'out/test/yaml.test',
'out/test/solidity.test',
'out/test/sb.test'
], function() {
run(); // We can launch the tests!
});