X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=bfaaea2edaaecff34a4f127359c7037413d23c25;hb=e091b977de2ef27db927dd01212e7ace0beac1c8;hp=9928cdc23de55b61d67f2d0235a76948a34294df;hpb=fb9548453fbc0dedc8f145e8468fc601de784c32;p=coloredstderr%2Fcoloredstderr.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 9928cdc..bfaaea2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,9 +1,11 @@ TESTS = run.sh -check_PROGRAMS = example +check_PROGRAMS = example example_vfork example_SOURCES = example.c +example_vfork_SOURCES = example_vfork.c dist_check_SCRIPTS = run.sh lib.sh dist_check_DATA = example.expected \ + example_vfork.expected \ example-noforce.sh \ example-noforce.sh.expected \ example-redirects.sh \