~ci-train-bot/click/click-ubuntu-artful-2790

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Colin Watson
  • Date: 2013-07-12 13:14:38 UTC
  • Revision ID: cjwatson@canonical.com-20130712131438-86byr28nwcchj68k
Adjust preload handling for autotools build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#  python3 (>= 3.3) | python3-mock
8
8
#  python-tox
9
9
 
10
 
if ! [ -r preload/libclickpreload.so ]; then
 
10
if ! [ -r preload/.libs/libclickpreload.so ]; then
11
11
    echo "W: preload bits not built; will skip some tests" >&2
12
12
fi
13
13