Changeset 6a6d7d8


Ignore:
Timestamp:
2014-04-20T17:00:48Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
7b05842
Parents:
3e16fb8
Message:

Fix building of testsuite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r3e16fb8 r6a6d7d8  
    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.