]> git.saurik.com Git - apt.git/blame_incremental - debian/tests/run-tests
initial version of apt-helper
[apt.git] / debian / tests / run-tests
... / ...
CommitLineData
1#!/bin/sh
2
3set -e
4
5unset LANGUAGE
6export LC_ALL=C
7
8# we need the buildin webserver for the tests
9if [ ! -e environment.mak ]; then
10 make startup
11fi
12make -C test/interactive-helper/
13
14# run against the installed apt
15APT_INTEGRATION_TESTS_WEBSERVER_BIN_DIR=$(pwd)/build/bin \
16APT_INTEGRATION_TESTS_METHODS_DIR=/usr/lib/apt/methods \
17APT_INTEGRATION_TESTS_LIBEXEC_DIR=/usr/lib/apt/ \
18APT_INTEGRATION_TESTS_BUILD_DIR=/usr/bin \
19./test/integration/run-tests