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