File: control

package info (click to toggle)
node-functional-red-black-tree 1.0.1%2B20181105-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: makefile: 46; sh: 6
file content (34 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (2)
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,