X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=23bee364e727f3751e32a786492ac41fe8cdb744;hp=16052c62eb116818351959f44f9b07237537b52a;hb=ffb84fc1bf1d138d1ac1bb8ece0b7d625f288d97;hpb=1fe6312c2d0eee5d476c08bee01f0a6bfc9c8c01;ds=sidebyside diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 16052c6..23bee36 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -20,10 +20,21 @@ AM_CPPFLAGS = \ AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror -list_test_SOURCES = list-test.c -list_test_LDADD = ../../lib/libpbcore.la +LDADD = ../../lib/libpbcore.la -check_PROGRAMS = list-test -TESTS = list-test +check_PROGRAMS = list-test \ + test-process-noargs \ + test-process-sync \ + test-process-sync-stdout \ + test-process-stderr \ + test-process-stderr-stdout \ + test-process-async \ + test-process-async-stdout \ + test-process-parent-stdout \ + test-process-both \ + test-process-stdout-eintr \ + test-fold + +TESTS = $(check_PROGRAMS) MAINTAINERCLEANFILES = Makefile.in