integration test runner
This commit is contained in:
parent
70fa42da04
commit
a77ba4065b
@ -39,6 +39,10 @@ check: compile
|
||||
webextensions: rollup
|
||||
./webextension/pack.sh
|
||||
|
||||
.PHONY: integrationtests
|
||||
integrationtests: compile
|
||||
./packages/taler-integrationtests/testrunner '*'
|
||||
|
||||
.PHONY: i18n
|
||||
i18n: compile
|
||||
# extract translatable strings
|
||||
|
@ -30,7 +30,7 @@ num_succ=0
|
||||
# Glob tests
|
||||
for file in lib/$1?(.js); do
|
||||
case "$file" in
|
||||
*.js)
|
||||
*/test-*.js)
|
||||
echo "executing test $file"
|
||||
ret=0
|
||||
node -r source-map-support/register -r esm $file || ret=$?
|
||||
|
Loading…
Reference in New Issue
Block a user