]> git.ozlabs.org Git - petitboot/blob - test/lib/Makefile.am
utils: Add pb-exec wrapper
[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 lib_TESTS = \
15         test/lib/list-test \
16         test/lib/test-process-noargs \
17         test/lib/test-process-sync \
18         test/lib/test-process-sync-stdout \
19         test/lib/test-process-stderr \
20         test/lib/test-process-stderr-stdout \
21         test/lib/test-process-async \
22         test/lib/test-process-async-stdout \
23         test/lib/test-process-parent-stdout \
24         test/lib/test-process-both \
25         test/lib/test-process-stdout-eintr \
26         test/lib/test-fold
27
28 $(lib_TESTS): LIBS += $(core_lib)
29
30 check_PROGRAMS += $(lib_TESTS)
31 TESTS += $(lib_TESTS)