glibc/support
Adhemerval Zanella c7ac9caaae support: Export bindir path on support_path
Checked on x86_64-linux-gnu.

	* support/Makefile (CFLAGS-support_paths.c): Add -DBINDIR_PATH.
	* support/support.h (support_bindir_prefix): New variable.
	* support/support_paths.c [BINDIR_PATH] (support_bindir_prefix):

Reviewed-by: DJ Delorie <dj@redhat.com>
2019-05-14 11:04:37 -03:00
..
blob_repeat.c
blob_repeat.h
capture_subprocess.h
check_addrinfo.c
check_dns_packet.c
check_hostent.c
check_netent.c
check_nss.h
check.c
check.h
delayed_exit.c
descriptors.h
echo-container.c
format_nss.h
ignore_stderr.c
links-dso-program-c.c
links-dso-program.cc
Makefile support: Export bindir path on support_path 2019-05-14 11:04:37 -03:00
namespace.h
next_to_fault.c
next_to_fault.h
oom_error.c
README support: Add timespec.h 2019-05-09 14:33:53 -03:00
README-testing.c
resolv_test.c
resolv_test.h
run_diff.h
set_fortify_handler.c
shell-container.c
subprocess.h
support_become_root.c
support_can_chroot.c
support_capture_subprocess_check.c
support_capture_subprocess.c
support_chroot.c
support_copy_file_range.c
support_descriptor_supports_holes.c
support_descriptors.c
support_enter_mount_namespace.c
support_enter_network_namespace.c
support_format_address_family.c
support_format_addrinfo.c
support_format_dns_packet.c
support_format_herrno.c
support_format_hostent.c
support_format_netent.c
support_isolate_in_subprocess.c
support_openpty.c
support_paths.c support: Export bindir path on support_path 2019-05-14 11:04:37 -03:00
support_quote_blob.c
support_quote_string.c
support_record_failure.c
support_run_diff.c
support_shared_allocate.c
support_subprocess.c
support_test_compare_blob.c
support_test_compare_failure.c
support_test_compare_string.c
support_test_main.c
support_test_verify_impl.c
support_write_file_string.c
support-xfstat.c
support-xstat.c
support.h support: Export bindir path on support_path 2019-05-14 11:04:37 -03:00
temp_file-internal.h
temp_file.c
temp_file.h
test-container.c
test-driver.c
test-driver.h
timespec-add.c support: Add timespec.h 2019-05-09 14:33:53 -03:00
timespec-sub.c support: Add timespec.h 2019-05-09 14:33:53 -03:00
timespec.c support: Fix timespec printf 2019-05-10 09:39:19 -03:00
timespec.h support: Add timespec.h 2019-05-09 14:33:53 -03:00
true-container.c
tst-support_blob_repeat.c
tst-support_capture_subprocess.c
tst-support_descriptors.c
tst-support_format_dns_packet.c
tst-support_quote_blob.c
tst-support_quote_string.c
tst-support_record_failure-2.sh
tst-support_record_failure.c
tst-support-namespace.c
tst-test_compare_blob.c
tst-test_compare_string.c
tst-test_compare.c
tst-xreadlink.c
tst-xsigstack.c
tty.h
write_message.c
xaccept4.c
xaccept.c
xasprintf.c
xbind.c
xcalloc.c
xchroot.c
xclock_gettime.c
xclose.c
xconnect.c
xcopy_file_range.c
xdlfcn.c
xdlfcn.h
xdlmopen.c
xdup2.c
xfclose.c
xfopen.c
xfork.c
xftruncate.c
xgetsockname.c
xlisten.c
xlseek.c
xmalloc.c
xmemstream.c
xmemstream.h
xmkdir.c
xmkdirp.c
xmmap.c
xmprotect.c
xmunmap.c
xopen.c
xpipe.c
xpoll.c
xposix_memalign.c
xposix_spawn_file_actions_addclose.c
xposix_spawn_file_actions_adddup2.c
xposix_spawn.c
xpthread_attr_destroy.c
xpthread_attr_init.c
xpthread_attr_setdetachstate.c
xpthread_attr_setguardsize.c
xpthread_attr_setstack.c
xpthread_attr_setstacksize.c
xpthread_barrier_destroy.c
xpthread_barrier_init.c
xpthread_barrier_wait.c
xpthread_barrierattr_destroy.c
xpthread_barrierattr_init.c
xpthread_barrierattr_setpshared.c
xpthread_cancel.c
xpthread_check_return.c
xpthread_cond_wait.c
xpthread_create.c
xpthread_detach.c
xpthread_join.c
xpthread_mutex_consistent.c
xpthread_mutex_destroy.c
xpthread_mutex_init.c
xpthread_mutex_lock.c
xpthread_mutex_unlock.c
xpthread_mutexattr_destroy.c
xpthread_mutexattr_init.c
xpthread_mutexattr_setprotocol.c
xpthread_mutexattr_setpshared.c
xpthread_mutexattr_setrobust.c
xpthread_mutexattr_settype.c
xpthread_once.c
xpthread_rwlock_destroy.c
xpthread_rwlock_init.c
xpthread_rwlock_rdlock.c
xpthread_rwlock_unlock.c
xpthread_rwlock_wrlock.c
xpthread_rwlockattr_init.c
xpthread_rwlockattr_setkind_np.c
xpthread_sigmask.c
xpthread_spin_lock.c
xpthread_spin_unlock.c
xraise.c
xreadlink.c
xrealloc.c
xrecvfrom.c
xsendto.c
xsetsockopt.c
xsigaction.c
xsignal.c
xsignal.h
xsigstack.c
xsocket.c
xsocket.h
xspawn.h
xstdio.h
xstrdup.c
xstrndup.c
xsymlink.c
xsysconf.c
xthread.h
xtime.h
xunistd.h
xunlink.c
xwaitpid.c
xwrite.c

This subdirectory contains infrastructure which is not put into
installed libraries, but may be linked into programs (installed or
not) and tests.

# Error-checking wrappers

These wrappers test for error return codes an terminate the process on
error.  They are declared in these header files:

* support.h
* xsignal.h
* xthread.h
* xtime.h

In general, new wrappers should be added to support.h if possible.
However, support.h must remain fully compatible with C90 and therefore
cannot include headers which use identifers not reserved in C90.  If
the wrappers need additional types, additional headers such as
signal.h need to be introduced.

# Test framework

The test framework provides a main program for tests, including a
timeout for hanging tests.  See README-testing.c for a minimal
example, and test-driver.c for details how to use it.  The following
header files provide related declarations:

* check.h
* temp_file.h
* test-driver.h

For tests that make use of struct timespec, the following header files
contain additional macros and helper functions:

* timespec.h