mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add Go example "pi" to the list of Travis CI tests
This commit is contained in:
parent
dae1d39dd7
commit
dcd7d41f22
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -3,7 +3,7 @@
|
|||
# do not use this script
|
||||
# it is written only for internal tests via Travis CI
|
||||
|
||||
FILES="hermit/usr/tests/hello hermit/usr/tests/hellof hermit/usr/tests/hello++ hermit/usr/tests/thr_hello hermit/usr/benchmarks/stream hermit/usr/benchmarks/basic"
|
||||
FILES="hermit/usr/tests/hello hermit/usr/tests/hellof hermit/usr/tests/hello++ hermit/usr/tests/thr_hello hermit/usr/tests/pi hermit/usr/benchmarks/stream hermit/usr/benchmarks/basic"
|
||||
PROXY=hermit/tools/proxy
|
||||
|
||||
for f in $FILES; do echo "check $f..."; $PROXY $f || exit 1; done
|
||||
|
|
Loading…
Add table
Reference in a new issue