File: smoke-setup

package info (click to toggle)
libxs-parse-sublike-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 292 kB
  • sloc: perl: 453; ansic: 68; pascal: 64; sh: 6; makefile: 3
file content (13 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

cd $TDIR

# we need to compile stuff in t/
perl Build.PL
./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/ _build/