]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Tweak C++0x API a bit, to prepare for include. Also, output to stdout instead of...
[xml-template] / tests / test.sh
index 43ccadcb1b73ca627066bdb2ec27ba6fe61bda3b..600f0955d3a9d0e47e4f87cc1f5ba457ede73d99 100755 (executable)
@@ -31,7 +31,7 @@ for L in $LANGUAGES; do
                        ruby -I../ruby ../ruby/$T.rb > $TEMPFILE
                fi
                if [ "$L" = "c++0x" ]; then
-                       ( cd ../c++0x && make -s $T ) && ../c++0x/$T $TEMPFILE
+                       ( cd ../c++0x && make -s $T ) && ../c++0x/$T $TEMPFILE
                fi
 
                perl ./xml-diff.pl $TEMPFILE reference/$T.xml