Files
Nim/tests/caas/basic-recompile.txt
2013-06-16 22:39:38 +02:00

11 lines
329 B
Plaintext

main.nim
> c --verbosity:0 --hints:on
SuccessX
# The "Processing" string will be found always in proc mode since each
# compilation command will generate it. We need to test it only in Caas mode to
# verify the server is not recompiling again the file.
CaasRun > c --verbosity:0 --hints:on
CaasRun ! Processing
CaasRun SuccessX