summaryrefslogtreecommitdiff
path: root/test/dist.sh
blob: 5fa2652354924cbcfe3b90b04ddfae93597558f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
#

# Make the dist, build from the dist it, install, then run the test suite
# against what's been installed.

set -ex

make dist

rm -Rf colm-suite-1.0.1

tar -zxvf colm-suite-1.0.1.tar.gz

cd colm-suite-1.0.1

./configure --prefix=/tmp/colm-suite \
	--with-crack=/home/thurston/pkgs/crack --enable-manual --enable-debug

make

cd test

./runtests