summaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
blob: 8a3efd31edcaa598d1e8e139faf9c1545ecfe13b (plain) (blame)
1
2
3
4
5
6
7
AM_CPPFLAGS = -I$(top_srcdir)/src/include

TESTS = test1

check_PROGRAMS = test1
test1_SOURCES = test1.c
test1_LDADD = $(top_builddir)/src/core/libaplwc.la