1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Test-Command: node -e "require('functional-red-black-tree');"
Depends:
node-functional-red-black-tree,
Restrictions: superficial
Test-Command: node -e "
require('/usr/share/javascript/functional-red-black-tree/rbtree');
require('/usr/share/javascript/functional-red-black-tree/rbtree.min');
"
Depends:
libjs-functional-red-black-tree,
nodejs,
Restrictions: superficial
Test-Command:
sed -i -e 's,\.\./rbtree.js,functional-red-black-tree,' test/test.js
&& tape test/*.js
Depends:
node-functional-red-black-tree,
node-tape,
Test-Command:
sed -i -e 's,\.\./rbtree.js,/usr/share/javascript/functional-red-black-tree/rbtree.js,' test/test.js
&& tape test/*.js
Depends:
libjs-functional-red-black-tree,
node-tape,
Test-Command:
sed -i -e 's,\.\./rbtree.js,/usr/share/javascript/functional-red-black-tree/rbtree.min.js,' test/test.js
&& tape test/*.js
Depends:
libjs-functional-red-black-tree,
node-tape,
|