]> git.ozlabs.org Git - petitboot/commit
test/lib: add process tests
authorJeremy Kerr <jk@ozlabs.org>
Wed, 14 Aug 2013 07:05:56 +0000 (15:05 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 19 Aug 2013 05:27:59 +0000 (13:27 +0800)
commitd20e98b93afaf25faca4db2a3583c191bdabe439
tree64c4575aeb756aba5206dde2b5e73f9d71655a12
parentc7e26c27c7e029e6670dfebc8f27d9295e9fdeb7
test/lib: add process tests

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
test/lib/Makefile.am
test/lib/test-process-async-stdout.c [new file with mode: 0644]
test/lib/test-process-async.c [new file with mode: 0644]
test/lib/test-process-both.c [new file with mode: 0644]
test/lib/test-process-noargs.c [new file with mode: 0644]
test/lib/test-process-sync-stdout.c [new file with mode: 0644]
test/lib/test-process-sync.c [new file with mode: 0644]