summaryrefslogtreecommitdiff
path: root/test/docker/docker-script.sh
blob: 6ba6fa90b0d555f92904ea378abb86e0e72685fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh -ex

export bashcomp_bash=bash
env

autoreconf -i
./configure
make

make -C completions check

cd test
xvfb-run ./runCompletion --all
./runInstall --all
./runUnit --all

cd ..
mkdir install-test
make install DESTDIR=$(pwd)/install-test