1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Add define-module to signals.test

* test-suite/tests/signals.test (test-suite): Add define-module form.
This commit is contained in:
Neil Jerram 2009-10-01 21:56:49 +01:00
parent 899a7e398f
commit 48dc491dbe

View file

@ -17,7 +17,8 @@
;;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;;;; Boston, MA 02110-1301 USA ;;;; Boston, MA 02110-1301 USA
(use-modules (test-suite lib)) (define-module (test-suite test-signals)
#:use-module (test-suite lib))
(with-test-prefix "sigaction" (with-test-prefix "sigaction"