X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=ed570af14605d5610424156d40dc6e947657bc83;hp=36067100553a09de2e7deec2e018f9fcd2b52dad;hb=485680a5bfeb952fd652a59efcce35636d6aec00;hpb=8b09f179fb71f13223e78ceb91f6a692053957b0 diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 3606710..ed570af 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -26,10 +26,13 @@ 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-fold TESTS = $(check_PROGRAMS)