bn-tests.rkt: Add, with a dummy test.

This commit is contained in:
Sergiu Ivanov 2020-02-15 13:57:49 +01:00
parent ab9f808c96
commit e53496f617
1 changed files with 7 additions and 0 deletions

7
bn-tests.rkt Normal file
View File

@ -0,0 +1,7 @@
#lang typed/racket
;;; Tests for dds/bn.
(require typed/rackunit "bn.rkt")
(check-equal? (+ 1 2 3) 6)