From 8b09f179fb71f13223e78ceb91f6a692053957b0 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 16 Dec 2013 15:16:36 +0800 Subject: test/lib: Add parent stdout test Looks like we missed adding a test source file. Signed-off-by: Jeremy Kerr --- test/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/Makefile.am') diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 3b4d8cb..3606710 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -28,6 +28,7 @@ check_PROGRAMS = list-test \ test-process-sync-stdout \ test-process-async \ test-process-async-stdout \ + test-process-parent-stdout \ test-process-both TESTS = $(check_PROGRAMS) -- cgit v1.2.1