X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=tests%2FMakefile.am;fp=tests%2FMakefile.am;h=bfaaea2edaaecff34a4f127359c7037413d23c25;hp=9928cdc23de55b61d67f2d0235a76948a34294df;hb=1c5441c26aa476ffb7ee2a83cea9d73817f83292;hpb=66140e14e485af27f5234ae7b744a50dff3dd4c9 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 \