]> git.ozlabs.org Git - petitboot/blob - test/lib/Makefile.am
lib/process: Add add_stderr flag to process module
[petitboot] / test / lib / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13
14 AUTOMAKE_OPTIONS = parallel-tests
15
16 AM_CPPFLAGS = \
17         -I$(top_srcdir) \
18         -I$(top_srcdir)/lib \
19         -DDEBUG
20
21 AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror
22
23 LDADD = ../../lib/libpbcore.la
24
25 check_PROGRAMS = list-test \
26         test-process-noargs \
27         test-process-sync \
28         test-process-sync-stdout \
29         test-process-stderr \
30         test-process-stderr-stdout \
31         test-process-async \
32         test-process-async-stdout \
33         test-process-parent-stdout \
34         test-process-both
35
36 TESTS = $(check_PROGRAMS)
37
38 MAINTAINERCLEANFILES = Makefile.in