js-test.in 171 B

123456789101112
  1. #!/bin/sh
  2. # Short-circuit JS tests if d8 was not found.
  3. if [ -z "@D8@" ]
  4. then
  5. D8="true"
  6. else
  7. D8="@D8@"
  8. fi
  9. exec $D8 $@ -- "@abs_top_srcdir@" "@abs_top_builddir@"