File: lbdb-testsuite

package info (click to toggle)
lbdb 0.57-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: sh: 7,550; ansic: 1,779; perl: 381; lisp: 265; makefile: 226; objc: 44
file content (19 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# Run the lbdb testsuite
#
# (c) 2018-2025 Roland Rosenfeld <roland@debian.org>

echo "Running dh_auto_configure"
dh_auto_configure >/dev/null 2>&1

echo "Rebuild testsuite"
cd tests
rm -f testsuite
make testsuite

echo "Running testsuite"
./testsuite

# Place testsuite output into artifacts:
cp -a testsuite.log testsuite.dir $AUTOPKGTEST_ARTIFACTS/