blob: d90299d4cdd3bae73489cdb3b1703afc8db52366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/test-shutdown.c
tests/signature.h
tests/macros.h
Depends-on:
sockets
configure.ac:
Makefile.am:
TESTS += test-shutdown
check_PROGRAMS += test-shutdown
test_shutdown_LDADD = $(LDADD) @LIBSOCKET@
|