File: entropy.test

package info (click to toggle)
htscodecs 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,656 kB
  • sloc: ansic: 15,853; javascript: 2,907; makefile: 330; sh: 192
file content (7 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/bin/sh

# One copy tests the small buffer histogram variant
./entropy $srcdir/dat/q4

# Four copies tests the large buffer histogram variant
cat $srcdir/dat/q4 $srcdir/dat/q4 $srcdir/dat/q4 $srcdir/dat/q4 | ./entropy