File: run-tests

package info (click to toggle)
kst 2.0.8-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 30,700 kB
  • sloc: cpp: 97,085; ansic: 13,364; python: 2,970; sh: 761; yacc: 184; lex: 143; makefile: 141; javascript: 122; xml: 30; perl: 30
file content (8 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh

cd `dirname $0`

export SCRIPTDIR=$PWD
export BUILDDIR=$PWD/build

$BUILDDIR/bin/runtests "$@"