mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Add define-module to signals.test
* test-suite/tests/signals.test (test-suite): Add define-module form.
This commit is contained in:
parent
899a7e398f
commit
48dc491dbe
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue