You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mxml/test/dotest.sh

14 lines
280 B

#!/bin/sh
(cd ..; make mxmldoc-static)
if test $# -gt 0; then
files=$*
else
files=*.cxx
fi
rm -f test.xml
#../mxmldoc-static test.xml $files >test.html 2>test.log
valgrind --log-fd=3 --leak-check=yes ../mxmldoc-static test.xml \
$files >test.html 2>test.log 3>test.valgrind