File: rapidfuzz-cpp-tests

package info (click to toggle)
rapidfuzz-cpp 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,480 kB
  • sloc: cpp: 30,893; python: 63; makefile: 26; sh: 8
file content (10 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

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