mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
fixed tests
This commit is contained in:
parent
9b42eaedb1
commit
f1593f6ac7
@ -8,7 +8,7 @@ if [ "$VERSION" == "" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
DESTPATH=$RSYNC_PATH/v$VERSION
|
DESTPATH=$RSYNC_PATH/v$VERSION
|
||||||
DEVPATH=/var/www/8bitworkshop.com/dev
|
DEVPATH=/var/www/html/8bitworkshop.com/dev
|
||||||
TMPDIR=./tmp/$VERSION
|
TMPDIR=./tmp/$VERSION
|
||||||
grep "var VERSION" web/redir.html
|
grep "var VERSION" web/redir.html
|
||||||
echo "Upload version $VERSION to production? (edited web/redir.html?)"
|
echo "Upload version $VERSION to production? (edited web/redir.html?)"
|
||||||
|
@ -158,7 +158,7 @@ describe('Worker', function() {
|
|||||||
});
|
});
|
||||||
it('should compile sg1000 skeleton', function(done) {
|
it('should compile sg1000 skeleton', function(done) {
|
||||||
var csource = ab2str(fs.readFileSync('presets/sms-sg1000-libcv/text.c'));
|
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) {
|
it('should compile verilog example', function(done) {
|
||||||
var csource = ab2str(fs.readFileSync('presets/verilog/lfsr.v'));
|
var csource = ab2str(fs.readFileSync('presets/verilog/lfsr.v'));
|
||||||
|
Loading…
Reference in New Issue
Block a user