~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to test-suite/tests/bit-operations.test

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-20 19:39:17 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720193917-s0985l9wxihwoscl
Tags: 1.8.7+1-1ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #401816)
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;;; bit-operations.test --- bitwise operations on numbers -*- scheme -*-
2
 
;;;; Copyright (C) 2000, 2001, 2003, 2006 Free Software Foundation, Inc.
 
2
;;;; Copyright (C) 2000, 2001, 2003, 2006, 2009 Free Software Foundation, Inc.
3
3
;;;;
4
4
;;;; This library is free software; you can redistribute it and/or
5
5
;;;; modify it under the terms of the GNU Lesser General Public
15
15
;;;; License along with this library; if not, write to the Free Software
16
16
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
 
18
 
(use-modules (test-suite lib)
19
 
             (ice-9 documentation))
 
18
(define-module (test-bit-operations)
 
19
  :use-module (test-suite lib)
 
20
  :use-module (ice-9 documentation))
20
21
 
21
22
 
22
23
;;;