mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 03:34:13 +03:00
6c4553c31f
This causes Idris to not emit messages about "Type checking ...." while in quiet mode, which improves the portability of tests to Windows (due to the slash facing the other way there). It also makes tests a bit more robust with regards to their source files changing names.
7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
package test_tracing
|
|
|
|
opts = "--quiet"
|
|
|
|
modules = TestTracing
|
|
|