File: smoke

package info (click to toggle)
trend 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: cpp: 1,892; perl: 110; makefile: 45; sh: 14
file content (14 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -ex

# dep8 smoke test for trend
# Author: Otto Kekäläinen <otto@debian.org>
#
# This very simple test just checks that the binary starts and prints out
# the usage instructions, detected by keyword "usage".
#
# Use the virtual framebuffer to wrap trend, otherwise it will just print
# the error message: freeglut (trend): failed to open display 'none'

xvfb-run trend -h | grep usage