Version: 4.1
3.2.8 "testing"
(include-book "testing" :dir :teachpacks)
This teachpack provides a graphical interface for unit tests.
Write this at the end of your file to display the test results.
Tests (equal actual expected).
Tests (and (<= (- expected delta) actual) (<= actual (+ expected delta))).
Tests that expr triggers a guard violation.