blob: f4b4904ea3bdc51f4972dafd841a75c0480e5906 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
2008-11-28 Karl Berry <karl@tug.org>
* Makefile.am (TESTS): add it.
* last-1: new test.
2006-08-23 Bruno Haible <bruno@clisp.org>
* greeting-1: Remove locale setting. This test must work in all
locales.
* hello-1: Run the test in the C locale, not in the default locale.
* traditional-1: Likewise.
2006-08-22 Bruno Haible <bruno@clisp.org>
* greeting-1: Remove also temporary subdirectories.
* hello-1: Likewise.
* traditional-1: Likewise.
2006-08-22 Bruno Haible <bruno@clisp.org>
* greeting-2: New file.
* Makefile.am (TESTS): Add it.
2006-08-13 Karl Berry <karl@gnu.org>
* *-1: Simplify, change sailor test to arbitrary greeting.
2001-03-23 Karl Eichwalder <keichwa@gmx.net>
* Tests completely re-written (using gettext as an example).
* Remove old files.
Thu Jan 2 18:40:41 1997 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.am (EXTRA_DIST): Add `hello.in'.
* hello.in: Move `hello' to `hello.in'.
Mon Dec 30 17:29:37 1996 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.am: New file.
(EXTRA_DIST): Add `testdata'.
(TESTS): Add `hello'.
* hello: New file.
* testdata: Copied from `../src/'.
Copyright 1996, 1997, 2001, 2006, 2008 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
|