File: runTests.sh

package info (click to toggle)
node-crc32 0.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 165; sh: 19; makefile: 5
file content (5 lines) | stat: -rwxr-xr-x 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/bash

./genCheckValues.sh $1 > checkValues.txt
node test.js checkValues.txt $1
rm checkValues.txt