lib: remove warnings on hash_debug, more_collections, ordered_tree, and poset
[nit.git] / tests / testall.sh
1 for x in nitg-g nitg-s nitg-sg nitg-e niti; do
2 echo "--engine $x"
3 ./tests.sh --engine $x "$@"
4 done