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