aboutsummaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-14 10:30:47 -0300
committerEuAndreh <eu@euandre.org>2024-12-14 10:30:47 -0300
commit06eaf1738494a9e783ed100565911d08efaae826 (patch)
treea372bcc99fed70e1cf298eeddef1ec134b178102 /tests/main.go
parentRemove extraneous files (diff)
downloadpds-06eaf1738494a9e783ed100565911d08efaae826.tar.gz
pds-06eaf1738494a9e783ed100565911d08efaae826.tar.xz
Add Makefile and move files to structured folders
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..db923fd
--- /dev/null
+++ b/tests/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "pds"
+
+func main() {
+ pds.MainTest()
+}