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