File: renderercheck

package info (click to toggle)
mscgen 0.20-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: ansic: 3,924; sh: 1,254; yacc: 320; lex: 234; makefile: 50
file content (17 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
set -e

# We trick the upstream "renderercheck.sh" script into executing the
# tests using the installed version of mscgen.

export top_builddir="$AUTOPKGTEST_TMP/top_builddir"
mkdir "$top_builddir"
>"$top_builddir/config.h"
mkdir "$top_builddir/src"
ln -s `type -p mscgen` "$top_builddir/src"

export srcdir=`pwd`/test

export VALGRIND=

exec test/renderercheck.sh