mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
Use the common template. Make test stricter.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-03-21 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* modules/forkpty-tests: Use the common TEMPLATE-TESTS.
|
||||
(Makefile.am): Verify that PTY_LIB is defined.
|
||||
|
||||
* modules/openpty-tests: Use the common TEMPLATE-TESTS.
|
||||
|
||||
2010-03-21 Bruno Haible <bruno@clisp.org>
|
||||
@@ -32,8 +35,7 @@
|
||||
Tests for openpty: Make stricter.
|
||||
* tests/test-openpty.c (main): Add test of canonical processing and
|
||||
erase.
|
||||
* modules/openpty-tests (test_openpty_LDADD): Verify that PTY_LIB is
|
||||
defined.
|
||||
* modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
|
||||
|
||||
openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
|
||||
* lib/openpty.c (openpty): New replacement function.
|
||||
|
@@ -1,8 +1,12 @@
|
||||
Files:
|
||||
tests/signature.h
|
||||
tests/test-forkpty.c
|
||||
tests/signature.h
|
||||
|
||||
Depends-on:
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-forkpty
|
||||
check_PROGRAMS += test-forkpty
|
||||
test_forkpty_LDADD = $(LDADD) $(PTY_LIB)
|
||||
test_forkpty_LDADD = $(LDADD) @PTY_LIB@
|
||||
|
Reference in New Issue
Block a user