Files
Nim/tests/caas/basic-recompile.txt
2013-06-07 20:28:02 +02:00

11 lines
263 B
Plaintext

main.nim
> c
SuccessX
> c
# 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 ! Processing
SuccessX