Idris-dev/test/idrisdoc003/run

5 lines
189 B
Bash
Executable File

#!/usr/bin/env bash
# Tests that documentation is generated for data types
idris --mkdoc test_datatypes.ipkg
[ -d test_datatypes_doc ] && echo "Data types are documented"
rm -rf *.ibc *_doc