3 tests/test-execute-main.c
4 tests/test-execute-child.c
19 TESTS += test-execute.sh
20 check_PROGRAMS += test-execute-main test-execute-child
21 test_execute_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
22 # The test-execute-child program must be a real executable, not a libtool
23 # wrapper script, and should link against as few libraries as possible.
24 # Therefore don't link it against any libraries other than -lc.
25 test_execute_child_LDADD =