Mercurial > hg > octave-shane > gnulib-hg
annotate modules/fwritable-tests @ 15187:8f6c698d0789
crc: Move AC_LIBOBJ invocations to module description.
* m4/crc.m4: Remove file.
* modules/crc (Files): Remove it.
(configure.ac): Remove gl_CRC call.
(Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 May 2011 22:51:09 +0200 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
8690 | 1 Files: |
2 tests/test-fwritable.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9426
diff
changeset
|
3 tests/macros.h |
8690 | 4 |
5 Depends-on: | |
8726
457986e2c890
Tests depends on correct fflush on input streams.
Bruno Haible <bruno@clisp.org>
parents:
8690
diff
changeset
|
6 fflush |
8690 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-fwritable | |
12 check_PROGRAMS += test-fwritable | |
9426
3384ef16a830
Remove some temp files leftover from tests.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
8726
diff
changeset
|
13 MOSTLYCLEANFILES += t-fwritable.tmp |