blob: e26bc9e5c2aa2f759cf36d082ac3a613b651e1a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/test-ptsname.c
tests/signature.h
tests/macros.h
Depends-on:
same-inode
configure.ac:
AC_CHECK_DECLS_ONCE([alarm])
Makefile.am:
TESTS += test-ptsname
check_PROGRAMS += test-ptsname
|