summaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-08 17:25:11 -0300
committerEuAndreh <eu@euandre.org>2024-08-08 17:31:12 -0300
commit65932f6d2398260554fb167a887fa4e829149983 (patch)
treee25b02305935f1688ac7616b74dfb288c0f65a83 /tests/main.go
parentMakefile: Reorder deps rules (diff)
downloadgobang-65932f6d2398260554fb167a887fa4e829149983.tar.gz
gobang-65932f6d2398260554fb167a887fa4e829149983.tar.xz
mv tests/gobang_main.go tests/main.go
Diffstat (limited to 'tests/main.go')
-rw-r--r--tests/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/main.go b/tests/main.go
new file mode 100644
index 0000000..2dcbdf0
--- /dev/null
+++ b/tests/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "gobang"
+
+func main() {
+ gobang.MainTest()
+}