File: smoke-setup

package info (click to toggle)
libxs-parse-keyword-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 480 kB
  • sloc: ansic: 1,695; perl: 863; sh: 6; makefile: 3
file content (14 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

cd $TDIR

# we need to compile stuff in t/
# redirect to stdout, as check warnings shouldn't break autopkgtest
perl Build.PL 2>&1
./Build
./Build test

# and now remove everything except t/
# before `smoke' is run
find . -maxdepth 1 -type f -delete
rm -r blib/ lib/ inc/ hax/ src/ _build/