aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-17 08:01:46 -0300
committerEuAndreh <eu@euandre.org>2025-05-17 08:04:12 -0300
commit0a31f4cf617a1c8b0ccce4d96d314c889dea849c (patch)
tree6d573eae2aa39dd6d6fce204789da99c56325ee1 /tests
parentMake: Use $< over $? (diff)
downloadurubu-0a31f4cf617a1c8b0ccce4d96d314c889dea849c.tar.gz
urubu-0a31f4cf617a1c8b0ccce4d96d314c889dea849c.tar.xz
Setup i18n with gotext(0)
Diffstat (limited to 'tests')
-rw-r--r--tests/urubu.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/urubu.go b/tests/urubu.go
index e36fe88..d2980ad 100644
--- a/tests/urubu.go
+++ b/tests/urubu.go
@@ -1,6 +1,11 @@
package urubu
+import (
+ g "gobang"
+)
+
func MainTest() {
+ g.Init()
}