Setup testing
[tt.git] / tt.rkt
diff --git a/tt.rkt b/tt.rkt
index b11364f..c606b2e 100644 (file)
--- a/tt.rkt
+++ b/tt.rkt
@@ -43,6 +43,9 @@
 (require http-client)
 (require rfc3339-old)
 
+(module+ test
+  (require rackunit))
+
 (struct msg  (ts_epoch ts_rfc3339 nick uri text))
 (struct feed (nick uri))
 
This page took 0.029171 seconds and 4 git commands to generate.