File: tests

package info (click to toggle)
nss-wrapper 1.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 780 kB
  • sloc: ansic: 7,578; perl: 372; sh: 12; makefile: 11
file content (12 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e -u
cp -a . "$ADTTMP"
cd "$ADTTMP"
rm -rf obj debian
mkdir obj
cd obj
cmake .. -DUNIT_TESTING=1
make -C tests/
cd tests
sed -e 's#\(LD_PRELOAD=\)[^;]*/\(libnss_wrapper.so\)#\1\2#' -i CTestTestfile.cmake
make test