1
0
forked from bip/bip
bip/tests/Makefile.am
Arnaud Cornet aa35b372b4
Add unit tests.
Add an optional build dependency on check and add an initial test case.
2018-11-14 02:26:39 +01:00

6 lines
204 B
Makefile

TESTS = check_line
check_PROGRAMS = check_line
check_line_SOURCES = check_line.c $(top_builddir)/src/line.h
check_line_CFLAGS = @CHECK_CFLAGS@
check_line_LDADD = $(top_builddir)/src/libbip.a @CHECK_LIBS@