1
0
Fork 0
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:
Stefan Lankes 2016-09-10 23:37:15 +02:00
parent dae1d39dd7
commit dcd7d41f22

View file

@ -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