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