Parse `-` and `--` as non-option arguments
[argpar.git] / tests / Makefile.am
1 SUBDIRS = tap
2
3 AM_CPPFLAGS = \
4 -I$(top_srcdir) \
5 -I$(top_srcdir)/tests/tap \
6 $(GLIB_CFLAGS)
7
8 noinst_PROGRAMS = test_argpar
9 test_argpar_SOURCES = test_argpar.c
10 test_argpar_LDADD = \
11 $(top_builddir)/tests/tap/libtap.la \
12 $(top_builddir)/argpar/libargpar.la \
13 $(GLIB_LIBS)
14
15 TESTS = test_argpar
This page took 0.03937 seconds and 4 git commands to generate.