X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=23bee364e727f3751e32a786492ac41fe8cdb744;hp=3b4d8cb4767d0428d77e378270027e8bb8af3c59;hb=ffb84fc1bf1d138d1ac1bb8ece0b7d625f288d97;hpb=d20e98b93afaf25faca4db2a3583c191bdabe439 diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 3b4d8cb..23bee36 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -26,9 +26,14 @@ 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-both + test-process-parent-stdout \ + test-process-both \ + test-process-stdout-eintr \ + test-fold TESTS = $(check_PROGRAMS)