Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/atexit-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 928411ca75b9 |
children |
rev | line source |
---|---|
8413 | 1 Files: |
12489 | 2 tests/signature.h |
8413 | 3 tests/test-atexit.sh |
4 tests/test-atexit.c | |
5 | |
6 Depends-on: | |
16183
928411ca75b9
maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
Jim Meyering <meyering@redhat.com>
parents:
13171
diff
changeset
|
7 test-framework-sh |
8413 | 8 unistd |
9 | |
10 configure.ac: | |
11 | |
12 Makefile.am: | |
13 TESTS += test-atexit.sh | |
14 check_PROGRAMS += test-atexit |