File: unittest.sh

package info (click to toggle)
libite 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,920 kB
  • sloc: sh: 4,463; ansic: 3,660; makefile: 111
file content (14 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e

mkdir tests/data/fexist/dir
touch tests/data/fexist/regular
touch tests/data/fexist/executable
chmod +x tests/data/fexist/executable
touch tests/data/which/regular
touch tests/data/which/executable
chmod +x tests/data/which/executable
autoreconf -if
./configure
make check
make clean