Convert test suite to the TAP test protocol
[librseq.git] / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 ACLOCAL_AMFLAGS = -I m4
7
8 SUBDIRS = \
9 doc \
10 include \
11 src \
12 tests
13
14 dist_doc_DATA = README.md
15
16 EXTRA_DIST = \
17 LICENSE \
18 LICENSES/BSD-2-Clause \
19 LICENSES/GPL-2.0 \
20 LICENSES/GPL-3.0 \
21 LICENSES/LGPL-2.1-only \
22 LICENSES/MIT
This page took 0.030957 seconds and 5 git commands to generate.