mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Add runall shell script for Windows unit tests
This commit is contained in:
5
test/runall.sh
Normal file
5
test/runall.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
for f in test/*.js
|
||||
do
|
||||
node $f
|
||||
done
|
||||
Reference in New Issue
Block a user