Skip to content
Snippets Groups Projects
doctest.sh 109 B
#!/bin/bash

make doctest
RETVAL=$?
echo doctest returned $RETVAL
cat _build/doctest/output.txt
exit $RETVAL