bn-tests.rkt: Add, with a dummy test.
This commit is contained in:
parent
ab9f808c96
commit
e53496f617
1 changed files with 7 additions and 0 deletions
7
bn-tests.rkt
Normal file
7
bn-tests.rkt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#lang typed/racket
|
||||
|
||||
;;; Tests for dds/bn.
|
||||
|
||||
(require typed/rackunit "bn.rkt")
|
||||
|
||||
(check-equal? (+ 1 2 3) 6)
|
Loading…
Reference in a new issue