File: run-tests.r7.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 (10 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
(import
 (scheme base)
 (srfi 64)
 (bytestructures r7 utils)
 (bytestructures r7)
 (bytestructures r7 numeric-metadata)
 (bytestructures r7 bytevectors)
 (bytestructures r7 explicit-endianness))

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