Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/update-copyright-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 | dbece3bf692b |
children |
rev | line source |
---|---|
11774
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
1 Files: |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
2 tests/test-update-copyright.sh |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
3 |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
4 Depends-on: |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
5 |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
6 configure.ac: |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
7 abs_aux_dir=`cd "$ac_aux_dir"; pwd` |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
8 AC_SUBST([abs_aux_dir]) |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
9 |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
10 Makefile.am: |
107b7c10b72b
update-copyright: fix bug for 2-digit last year and add tests
Joel E. Denny <jdenny@clemson.edu>
parents:
diff
changeset
|
11 TESTS += test-update-copyright.sh |
13630
dbece3bf692b
Don't augment PATH in TESTS_ENVIRONMENT.
Bruno Haible <bruno@clisp.org>
parents:
11774
diff
changeset
|
12 TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)' |