aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefan Majewsky <stefan.majewsky@sap.com>2021-05-28 14:44:36 +0200
committerStefan Majewsky <stefan.majewsky@sap.com>2021-05-28 14:44:42 +0200
commitd9ff5020601ca066eba21d70719a34320392d086 (patch)
tree92f6e165aed2b085a24c791957d82457f0c4f72e /tests
parent651cd5a02f2f9cce3d9f256bfa85553b8e17c3a0 (diff)
downloadgo-schwift-d9ff5020601ca066eba21d70719a34320392d086.tar.gz
fix `make test`
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pkg.go b/tests/pkg.go
new file mode 100644
index 0000000..571e0eb
--- /dev/null
+++ b/tests/pkg.go
@@ -0,0 +1,3 @@
+package tests
+
+//This empty source file is required to make `make test` work.