Add C++ bindings
[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 \
a80b22c5 9 -I$(top_srcdir)/tests/vendor \
7ac57709
SM
10 $(GLIB_CFLAGS)
11
5b75fc3d 12noinst_PROGRAMS = test-argpar
a80b22c5
SM
13
14test_argpar_SOURCES = \
15 test-argpar.cpp \
16 test-argpar-c.c \
17 test-argpar-cxx.cpp
7ac57709
SM
18test_argpar_LDADD = \
19 $(top_builddir)/tests/tap/libtap.la \
20 $(top_builddir)/argpar/libargpar.la \
21 $(GLIB_LIBS)
22
5b75fc3d 23TESTS = test-argpar
This page took 0.027932 seconds and 4 git commands to generate.