idris-0.12.2: test/idrisdoc003/run
#!/usr/bin/env bash
# Tests that documentation is generated for data types
${IDRIS:-idris} $@ --mkdoc test_datatypes.ipkg
[ -d test_datatypes_doc ] && echo "Data types are documented"
rm -rf *.ibc *_doc
#!/usr/bin/env bash
# Tests that documentation is generated for data types
${IDRIS:-idris} $@ --mkdoc test_datatypes.ipkg
[ -d test_datatypes_doc ] && echo "Data types are documented"
rm -rf *.ibc *_doc