X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=3b4d8cb4767d0428d77e378270027e8bb8af3c59;hp=56fea5e6eba65c69e21be3e8aed5c8d70c556f46;hb=1b646fb733ef99b1dc1862276ae3595bdeaf355b;hpb=158b5a1ec8b4156da1d335a4f940919578928790;ds=sidebyside diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 56fea5e..3b4d8cb 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -16,15 +16,20 @@ 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-async \ + test-process-async-stdout \ + test-process-both + +TESTS = $(check_PROGRAMS) MAINTAINERCLEANFILES = Makefile.in