tests: testall.sh include nitg-sg
[nit.git] / tests / testall.sh
index c053160..8176ab2 100755 (executable)
@@ -1,4 +1,4 @@
-for x in nitg-g nitg-s nitg-e niti; do
+for x in nitg-g nitg-s nitg-sg nitg-e niti; do
        echo "--engine $x"
        ./tests.sh --engine $x "$@"
 done