tests: rename `test_argpar.c` -> `test-argpar.c`
[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.031201 seconds and 5 git commands to generate.