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