repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync Spanish manual
[claws.git]
/
src
/
tests
/
Makefile.am
blob
b0a256e2a266e724bab6187521018fa45be7be77
1
include $(top_srcdir)/tests.mk
2
3
common_ldadd = \
4
$(GLIB_LIBS)
5
6
AM_CPPFLAGS = \
7
$(GLIB_CFLAGS) \
8
-I$(top_srcdir)/src \
9
-I$(top_srcdir)/src/common
10
11
TEST_PROGS += entity_test
12
entity_test_SOURCES = entity_test.c
13
entity_test_LDADD = $(common_ldadd) ../entity.o
14
15
noinst_PROGRAMS = $(TEST_PROGS)
16
17
.PHONY: test