tap: import some changes
[argpar.git] / tests / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2 # SPDX-FileCopyrightText: EfficiOS Inc.
3
4 SUBDIRS = tap
5
6 AM_CPPFLAGS = \
7 -I$(top_srcdir) \
8 -I$(top_srcdir)/tests/tap \
9 $(GLIB_CFLAGS)
10
11 noinst_PROGRAMS = test-argpar
12 test_argpar_SOURCES = test-argpar.c
13 test_argpar_LDADD = \
14 $(top_builddir)/tests/tap/libtap.la \
15 $(top_builddir)/argpar/libargpar.la \
16 $(GLIB_LIBS)
17
18 TESTS = test-argpar
This page took 0.030522 seconds and 5 git commands to generate.