File: taskflow-tests

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (10 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

cp -r unittests "$AUTOPKGTEST_TMP"
cp debian/tests/CMakeLists.txt "$AUTOPKGTEST_TMP"/unittests
mkdir "$AUTOPKGTEST_TMP"/build
cd "$AUTOPKGTEST_TMP"/build
CXX=g++ cmake ../unittests
make
make test || make test ARGS="--rerun-failed --output-on-fail"