File: run-tests.guile.scm

package info (click to toggle)
scheme-bytestructures 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: lisp: 2,168; makefile: 73; sh: 8
file content (16 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env guile
!#

(use-modules
 (srfi srfi-11)
 (srfi srfi-64)
 ((rnrs exceptions) #:select (guard))
 ((system foreign) #:prefix ffi:)
 (bytestructures r6 bytevectors)
 (bytestructures guile utils)
 (bytestructures guile)
 (bytestructures guile numeric-metadata))

(define inexact exact->inexact)

(include-from-path "run-tests.body.scm")