X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=ed570af14605d5610424156d40dc6e947657bc83;hp=5a3a34abcbf2ccee2709d210c060cab1b9dfae58;hb=485680a5bfeb952fd652a59efcce35636d6aec00;hpb=21d4959e60b1466992a13a75b310efad0ba11a46 diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 5a3a34a..ed570af 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -16,16 +16,24 @@ 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 -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-fold + +TESTS = $(check_PROGRAMS) MAINTAINERCLEANFILES = Makefile.in