diff options
| author | Stefan Majewsky <stefan.majewsky@sap.com> | 2021-05-28 14:44:36 +0200 |
|---|---|---|
| committer | Stefan Majewsky <stefan.majewsky@sap.com> | 2021-05-28 14:44:42 +0200 |
| commit | d9ff5020601ca066eba21d70719a34320392d086 (patch) | |
| tree | 92f6e165aed2b085a24c791957d82457f0c4f72e /tests | |
| parent | 651cd5a02f2f9cce3d9f256bfa85553b8e17c3a0 (diff) | |
| download | go-schwift-d9ff5020601ca066eba21d70719a34320392d086.tar.gz | |
fix `make test`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pkg.go | 3 |
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. |
