summaryrefslogtreecommitdiffstats
path: root/test/lib/Makefile.am
blob: 9636b08d6a6b83c359f1cc51608ffd3f56b1bdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; version 2 of the License.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

lib_TESTS = \
	test/lib/list-test \
	test/lib/test-process-noargs \
	test/lib/test-process-sync \
	test/lib/test-process-sync-stdout \
	test/lib/test-process-stderr \
	test/lib/test-process-stderr-stdout \
	test/lib/test-process-async \
	test/lib/test-process-async-stdout \
	test/lib/test-process-parent-stdout \
	test/lib/test-process-both \
	test/lib/test-process-stdout-eintr \
	test/lib/test-fold

$(lib_TESTS): LIBS += $(core_lib)

check_PROGRAMS += $(lib_TESTS)
TESTS += $(lib_TESTS)
OpenPOWER on IntegriCloud