Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/openpty-tests @ 17933:7dd80fb0f8e2 master
uniwbrk/u32-wordbreaks-tests: fix copyright
* tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 23 Feb 2015 15:52:58 -0800 |
parents | 741d969cc3bf |
children |
rev | line source |
---|---|
13005
9bc579132d24
forkpty, openpty: split functions into new modules
Eric Blake <eblake@redhat.com>
parents:
diff
changeset
|
1 Files: |
13038
741d969cc3bf
Use the common module description template.
Bruno Haible <bruno@clisp.org>
parents:
13033
diff
changeset
|
2 tests/test-openpty.c |
13005
9bc579132d24
forkpty, openpty: split functions into new modules
Eric Blake <eblake@redhat.com>
parents:
diff
changeset
|
3 tests/signature.h |
13038
741d969cc3bf
Use the common module description template.
Bruno Haible <bruno@clisp.org>
parents:
13033
diff
changeset
|
4 |
741d969cc3bf
Use the common module description template.
Bruno Haible <bruno@clisp.org>
parents:
13033
diff
changeset
|
5 Depends-on: |
741d969cc3bf
Use the common module description template.
Bruno Haible <bruno@clisp.org>
parents:
13033
diff
changeset
|
6 |
741d969cc3bf
Use the common module description template.
Bruno Haible <bruno@clisp.org>
parents:
13033
diff
changeset
|
7 configure.ac: |
13005
9bc579132d24
forkpty, openpty: split functions into new modules
Eric Blake <eblake@redhat.com>
parents:
diff
changeset
|
8 |
9bc579132d24
forkpty, openpty: split functions into new modules
Eric Blake <eblake@redhat.com>
parents:
diff
changeset
|
9 Makefile.am: |
9bc579132d24
forkpty, openpty: split functions into new modules
Eric Blake <eblake@redhat.com>
parents:
diff
changeset
|
10 TESTS += test-openpty |
9bc579132d24
forkpty, openpty: split functions into new modules
Eric Blake <eblake@redhat.com>
parents:
diff
changeset
|
11 check_PROGRAMS += test-openpty |
13033
939f5a4753f9
Tests for openpty: Make stricter.
Bruno Haible <bruno@clisp.org>
parents:
13005
diff
changeset
|
12 test_openpty_LDADD = $(LDADD) @PTY_LIB@ |