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