mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 14:57:30 +03:00
6 lines
277 B
Bash
Executable File
6 lines
277 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Tests that references to other namespaces are traced
|
|
idris --mkdoc test_tracing.ipkg
|
|
[ -f test_tracing_doc/docs/TestTracing.html ] && echo "TestTracing: Check"
|
|
[ -f test_tracing_doc/docs/Prelude.Bool.html ] && echo "Prelude.Bool: Check"
|
|
rm -rf *.ibc *_doc |