projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
discover/grub2: Add support for -s and -f commands
[petitboot]
/
test
/
lib
/
Makefile.am
diff --git
a/test/lib/Makefile.am
b/test/lib/Makefile.am
index 5a3a34abcbf2ccee2709d210c060cab1b9dfae58..3b4d8cb4767d0428d77e378270027e8bb8af3c59 100644
(file)
--- a/
test/lib/Makefile.am
+++ b/
test/lib/Makefile.am
@@
-16,16
+16,20
@@
AUTOMAKE_OPTIONS = parallel-tests
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
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-async \
+ test-process-async-stdout \
+ test-process-both
+
+TESTS = $(check_PROGRAMS)
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in