File: ctest

package info (click to toggle)
sdcv 0.5.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: cpp: 3,082; sh: 226; xml: 23; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -efu

SRC_DIR=`pwd`

cd "$AUTOPKGTEST_TMP"
cmake "$SRC_DIR" -DBUILD_TESTS=True -Wno-dev
ln -s /usr/bin/sdcv
export HOME=`pwd`/tmphome/
ctest --output-on-failure