aboutsummaryrefslogtreecommitdiffstats
path: root/ci/custom_cops/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'ci/custom_cops/bin/test')
-rwxr-xr-xci/custom_cops/bin/test5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/custom_cops/bin/test b/ci/custom_cops/bin/test
new file mode 100755
index 0000000000..495ffec83a
--- /dev/null
+++ b/ci/custom_cops/bin/test
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+COMPONENT_ROOT = File.expand_path("..", __dir__)
+require_relative "../../../tools/test"