aboutsummaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
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..02c3642
--- /dev/null
+++ b/tests/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "urubu"
+
+func main() {
+ urubu.MainTest()
+}