File: run.sh

package info (click to toggle)
cgal 6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,952 kB
  • sloc: cpp: 811,597; ansic: 208,576; sh: 493; python: 411; makefile: 286; javascript: 174
file content (14 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

set -e

AUTOPKGTEST_SRC=$PWD
STEM=$1

cd $AUTOPKGTEST_TMP
cp $AUTOPKGTEST_SRC/debian/tests/{$STEM.cpp,Makefile} .

# Avoid test failures due to compiler warnings.
make $STEM 2>&1

./$STEM