File: run_tests

package info (click to toggle)
libpostscriptbarcode 20200401-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,920 kB
  • sloc: ansic: 563; makefile: 304; perl: 277; xml: 243; sh: 107; lisp: 92; java: 73; python: 45; ruby: 21
file content (13 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

TESTDIR=$(dirname $0)

$TESTDIR/test_monolithic/run
$TESTDIR/test_monolithic_package/run
$TESTDIR/test_resource/run
$TESTDIR/test_packaged_resource/run

echo "All tests passed."