1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

fixed tests

This commit is contained in:
Steven Hugg
2019-08-08 14:31:20 -04:00
parent 9b42eaedb1
commit f1593f6ac7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ describe('Worker', function() {
});
it('should compile sg1000 skeleton', function(done) {
var csource = ab2str(fs.readFileSync('presets/sms-sg1000-libcv/text.c'));
compile('sdcc', csource, 'sms-sg1000-libcv', done, 49152, 15, 0);
compile('sdcc', csource, 'sms-sg1000-libcv', done, 49152, 25, 0);
});
it('should compile verilog example', function(done) {
var csource = ab2str(fs.readFileSync('presets/verilog/lfsr.v'));