Add error enumerators to `enum argpar_iter_parse_next_status`
[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
8noinst_PROGRAMS = test_argpar
9test_argpar_SOURCES = test_argpar.c
10test_argpar_LDADD = \
11 $(top_builddir)/tests/tap/libtap.la \
12 $(top_builddir)/argpar/libargpar.la \
13 $(GLIB_LIBS)
14
15TESTS = test_argpar
This page took 0.022148 seconds and 4 git commands to generate.