added scheme test

main
John Sarkela 4 weeks ago
parent 4b97ccd71a
commit 99164b32f3

@ -0,0 +1,13 @@
#lang racket
(require rackunit "tbd.rkt")
(define hw-tests
(test-suite "scheme unit tests"
(test-case "test fail"
(begin
(check-equal? 3 4)))))
(require rackunit/gui)
(test/gui hw-tests)

@ -1,4 +1,5 @@
# CS322 lecture notes
* [semiotics](./semiotics.md)
* [languages and machines](./chomsky.md)
* [all about names](./names.md)
* [all about names](./names.md)
* [lambda calculus](./lambda.md)
Loading…
Cancel
Save