summaryrefslogtreecommitdiff
path: root/game_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'game_test.go')
-rw-r--r--game_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/game_test.go b/game_test.go
new file mode 100644
index 0000000..f903820
--- /dev/null
+++ b/game_test.go
@@ -0,0 +1,7 @@
+package main
+
+import "testing"
+
+func TestGame(t *testing.T) {
+ game(1)
+}