File: smoke

package info (click to toggle)
sdpb 1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,608 kB
  • sloc: cpp: 12,762; makefile: 74; xml: 44; sh: 38
file content (6 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e

# Verify sdpb binary runs and responds to --help
sdpb --help
echo "smoke test: OK"