9 Aug 2012 21:42
[PATCH 08/10] add some tests
Tom Tromey <tromey <at> redhat.com>
2012-08-09 19:42:57 GMT
2012-08-09 19:42:57 GMT
This adds some tests of the threading code. --- test/automated/threads.el | 165 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 165 insertions(+), 0 deletions(-) create mode 100644 test/automated/threads.el diff --git a/test/automated/threads.el b/test/automated/threads.el new file mode 100644 index 0000000..b09e269 --- /dev/null +++ b/test/automated/threads.el <at> <at> -0,0 +1,165 <at> <at> +;;; threads.el --- tests for threads. + +;; Copyright (C) 2012 Free Software Foundation, Inc. + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.(Continue reading)
RSS Feed