aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/bin/test')
-rwxr-xr-xactivejob/bin/test4
1 files changed, 4 insertions, 0 deletions
diff --git a/activejob/bin/test b/activejob/bin/test
new file mode 100755
index 0000000000..a7beb14b27
--- /dev/null
+++ b/activejob/bin/test
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+
+COMPONENT_ROOT = File.expand_path("..", __dir__)
+require File.expand_path("../tools/test", COMPONENT_ROOT)