Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
JSTests
/
wasm
/
test.sh
blob: 25f85473f825f1bb8a4359251576297d36858f11 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
set
-
u
set
-
x
JSSHELL
=
"${JSSHELL:-jsc}"
find
.
-
name
"test_*.js"
-
type f
|
sort
|
\
xargs
-
n1
-
t
-
I
{}
"$JSSHELL"
-
m
{}
echo
"All tests passed"