Skip to content

Commit 9aae3c4

Browse files
committed
added tests-lang target to Makefile
to run tests in English, French and Italian
1 parent d8e2f9a commit 9aae3c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ tests-zsh: clean
5454
./utils/archive.sh -at -N "game shell (1)"
5555
./"game shell (1).sh" -Zdq -c 'gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
5656

57+
## run all the test.sh and auto.sh scripts
58+
tests-lang: clean
59+
./utils/gameshell_archive.sh -at -N "game shell (1)"
60+
./"game shell (1).sh" -L en -Bdq -c 'gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
61+
./"game shell (1).sh" -L fr -Bdq -c 'gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
62+
./"game shell (1).sh" -L it -Bdq -c 'gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
63+
5764
clean:
5865
rm -rf i18n/*~ locale gameshell gameshell.tar gameshell.tgz gameshell.sh gameshell-save*.sh scripts/boxes-data.awk
5966
rm -rf .bin .config .sbin .tmp .save World

0 commit comments

Comments
 (0)