.gitignore: ignore `README.html` (result of `README.adoc`)
[argpar.git] / tests / Makefile.am
CommitLineData
7ac57709
SM
1SUBDIRS = tap
2
3AM_CPPFLAGS = \
4 -I$(top_srcdir) \
5 -I$(top_srcdir)/tests/tap \
6 $(GLIB_CFLAGS)
7
5b75fc3d
PP
8noinst_PROGRAMS = test-argpar
9test_argpar_SOURCES = test-argpar.c
7ac57709
SM
10test_argpar_LDADD = \
11 $(top_builddir)/tests/tap/libtap.la \
12 $(top_builddir)/argpar/libargpar.la \
13 $(GLIB_LIBS)
14
5b75fc3d 15TESTS = test-argpar
This page took 0.022385 seconds and 4 git commands to generate.