File: renderercheck

package info (click to toggle)
mscgen 0.20-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,124 kB
  • ctags: 1,013
  • sloc: ansic: 3,924; sh: 1,254; yacc: 320; lex: 234; makefile: 61
file content (17 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
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="$ADTTMP/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