6e45fae6c5
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I5d0346be60451699502f3723f781bc8488e114f5
14 lines
374 B
Bash
Executable file
14 lines
374 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# This is a wrapper - please edit jsstress.in
|
|
|
|
prefix="@prefix@"
|
|
datadir="@datadir@"
|
|
datarootdir="@datarootdir@"
|
|
pkgdatadir="$(datadir)/@PACKAGE@"
|
|
|
|
# to allow runnning when not installed
|
|
abs_top_builddir="@abs_top_builddir@"
|
|
abs_top_srcdir="@abs_top_srcdir@"
|
|
|
|
node --inspect $abs_top_srcdir/browser/test/load.js "$abs_top_srcdir" "$abs_top_builddir" $*
|