┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/contextmenu/test/test_run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/contextmenu/test/test_run.rb')
-rwxr-xr-xsrc/settings/contextmenu/test/test_run.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/settings/contextmenu/test/test_run.rb b/src/settings/contextmenu/test/test_run.rb
new file mode 100755
index 000000000..ab298a0b0
--- /dev/null
+++ b/src/settings/contextmenu/test/test_run.rb
@@ -0,0 +1,11 @@
+#!/usr/bin/env ruby
+
+# SPDX-FileCopyrightText: 2019 Harald Sitter <[email protected]>
+#
+# SPDX-License-Identifier: GPL-2.0-or-later
+# This is a fancy wrapper around test_helper to prevent the collector from
+# loading the helper twice as it would occur if we ran the helper directly.
+
+require_relative 'test_helper'
+
+Test::Unit::AutoRunner.run(true, File.absolute_path(__dir__))