X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=23bee364e727f3751e32a786492ac41fe8cdb744;hp=56fea5e6eba65c69e21be3e8aed5c8d70c556f46;hb=ffb84fc1bf1d138d1ac1bb8ece0b7d625f288d97;hpb=158b5a1ec8b4156da1d335a4f940919578928790 diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 56fea5e..23bee36 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -16,15 +16,25 @@ AUTOMAKE_OPTIONS = parallel-tests AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ - $(DEFAULT_CPPFLAGS) + -DDEBUG -AM_CFLAGS = \ - $(DEFAULT_CFLAGS) +AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror -list_test_SOURCES = list-test.c -list_test_LDADD = ../../lib/libpbcore.la +LDADD = ../../lib/libpbcore.la -noinst_PROGRAMS = 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