# Pastebin YeYqQvZo [samth@huor:/tmp plt] cat > x.rkt #lang racket (module+ test (require rackunit) (check-equal? 1 1)) [samth@huor:/tmp plt] raco test x.rkt raco test: (submod "x.rkt" test) 1 test passed