summary refs log tree commit diff stats
path: root/tests/caas/basic-recompile.txt
blob: 620e0c059e1c1cf08e48ab0cef7559dd56ecfb45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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