diff options
author | EuAndreh <eu@euandre.org> | 2024-08-05 16:51:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-05 16:51:41 -0300 |
commit | 27f3f26e8ffa52aed694a0d6d17efcdd8278ba6f (patch) | |
tree | 89a881998c208e46bf0b81c95361b2e0b363b12e /tests/gobang_main.go | |
parent | Makefile: Build with "go tool compile" and "go tool link" (diff) | |
download | gobang-27f3f26e8ffa52aed694a0d6d17efcdd8278ba6f.tar.gz gobang-27f3f26e8ffa52aed694a0d6d17efcdd8278ba6f.tar.xz |
Start using TestStart() and Testing()
Diffstat (limited to 'tests/gobang_main.go')
-rw-r--r-- | tests/gobang_main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gobang_main.go b/tests/gobang_main.go index d5cb7f2..2dcbdf0 100644 --- a/tests/gobang_main.go +++ b/tests/gobang_main.go @@ -3,5 +3,5 @@ package main import "gobang" func main() { - gobang.Main() + gobang.MainTest() } |