diff options
| author | Markus Rost | 2002-10-13 02:50:11 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-10-13 02:50:11 +0000 |
| commit | 670db9eefc5d7cdf331924234bef77410f1b07de (patch) | |
| tree | c7f5dbd4e532373ec89649b59432395348127189 /admin | |
| parent | 6be19e602822a4ec1b3fb128f9ca0fedd821017c (diff) | |
| download | emacs-670db9eefc5d7cdf331924234bef77410f1b07de.tar.gz emacs-670db9eefc5d7cdf331924234bef77410f1b07de.zip | |
Change description of cus-test.el.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 6 | ||||
| -rw-r--r-- | admin/README | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 830d3de785d..8fde0f481f9 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-10-13 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * cus-test.el: Further changes. Improve the reports from batch | ||
| 4 | runs. | ||
| 5 | (cus-test-libs): Run load tests in external processes. | ||
| 6 | |||
| 1 | 2002-10-10 Markus Rost <rost@math.ohio-state.edu> | 7 | 2002-10-10 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 8 | ||
| 3 | * cus-test.el: Extended and reorganized. There are now 3 tests | 9 | * cus-test.el: Extended and reorganized. There are now 3 tests |
diff --git a/admin/README b/admin/README index 97dc812c3c5..2094437cf35 100644 --- a/admin/README +++ b/admin/README | |||
| @@ -11,7 +11,7 @@ alloc-color.c a utility program that allocates a given number of | |||
| 11 | dense colormaps (PseudoColor). | 11 | dense colormaps (PseudoColor). |
| 12 | build-configs build Emacs in various configurations | 12 | build-configs build Emacs in various configurations |
| 13 | check-doc-strings check doc strings against documentation | 13 | check-doc-strings check doc strings against documentation |
| 14 | cus-test.el functions for testing custom definitions | 14 | cus-test.el tests for custom types and load problems |
| 15 | diff-tar-files show files added/removed between two tar files | 15 | diff-tar-files show files added/removed between two tar files |
| 16 | make-emacs build Emacs in various ways | 16 | make-emacs build Emacs in various ways |
| 17 | quick-install-emacs install emacs quickly (`incrementally') | 17 | quick-install-emacs install emacs quickly (`incrementally') |