summaryrefslogtreecommitdiffstats
path: root/checkpointctl_test.go
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:07:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:07:40 +0000
commit5041bb4e999ef46a4c40be24072a3638f545f2a0 (patch)
tree8aabc98fcc1c743edd4d41f186007e21c0b5e065 /checkpointctl_test.go
parentInitial commit. (diff)
downloadgolang-github-checkpoint-restore-checkpointctl-5041bb4e999ef46a4c40be24072a3638f545f2a0.tar.xz
golang-github-checkpoint-restore-checkpointctl-5041bb4e999ef46a4c40be24072a3638f545f2a0.zip
Adding upstream version 0.1.0+ds1.upstream/0.1.0+ds1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'checkpointctl_test.go')
-rw-r--r--checkpointctl_test.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/checkpointctl_test.go b/checkpointctl_test.go
new file mode 100644
index 0000000..e5bc078
--- /dev/null
+++ b/checkpointctl_test.go
@@ -0,0 +1,11 @@
+package main_test
+
+import (
+ "testing"
+)
+
+func TestMain(t *testing.T) {
+ // Do nothing. We just need dummy to make `ginkgo` happy. Without that,
+ // `ginkgo` would try to execute the _coverage_test.go _despite_ the
+ t.Parallel()
+}