~ubuntu-branches/ubuntu/quantal/vala-0.16/quantal

« back to all changes in this revision

Viewing changes to tests/testrunner.sh

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-02-28 20:20:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120228202050-nowzcc7uhxomtrs2
Tags: 0.15.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
VAPIGEN=$topbuilddir/vapigen/vapigen
34
34
VAPIGENFLAGS="--vapidir $vapidir"
35
35
 
 
36
# Incorporate the user's CFLAGS. Matters if the user decided to insert
 
37
# -m32 in CFLAGS, for example.
 
38
for cflag in ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
 
39
    VALAFLAGS="${VALAFLAGS} -X ${cflag}"
 
40
done
 
41
 
36
42
function testheader() {
37
43
        if [ "$1" = "Packages:" ]; then
38
44
                shift