Skip to content

Commit

Permalink
Avoid running the game in testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
samth committed May 25, 2015
1 parent 54c4505 commit d681bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tally-maze.rkt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#lang racket/base
(require (submod "tally-maze/game.rkt" main))
(module test racket/base) ;; avoid launching GUI in tests

0 comments on commit d681bf4

Please sign in to comment.