Debian package: Mention changed CFLAGS handling in debian/changelog
[conkeror.git] / contrib / testrun.sh
blobc003e13181cf075651bdfe6c3c07dfefab55fd61
1 #! /bin/bash
3 # (C) Copyright 2007 John J. Foerch
5 # Use, modification, and distribution are subject to the terms specified in the
6 # COPYING file.
8 scratch=$(mktemp -d)
9 mkdir -p "$scratch/lib" "$scratch/bin"
10 ./install.sh -build -prefix "$scratch"
11 pushd "$scratch"
12 bin/conkeror "$@"
13 popd
14 rm -r "$scratch"