Changeset 7b05842 for tests/Makefile


Ignore:
Timestamp:
2014-04-25T08:03:59Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b95b0c8
Parents:
b4008a5 (diff), 6a6d7d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging test suite fixes from Jelmer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    rb4008a5 r7b05842  
    44endif
    55
    6 LFLAGS +=-lcheck
     6CFLAGS += $(shell pkg-config --cflags check)
     7LFLAGS += $(shell pkg-config --libs check)
    78
    8 all: check 
     9all: check
    910        ./check $(CHECKFLAGS)
    1011
Note: See TracChangeset for help on using the changeset viewer.