Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pintos test cases : Why are some written in c and some in ck file extension?

Tags:

perl

pintos

In pintos/src/tests/threads, some of the tests are written in c, while some written in perl (ck file), and the other tests have both c and ck files.

two questions :

  1. Is .ck extension used for perl scripts? For some reason, I am not getting satisfiable explanation about the .ck extension.

  2. Why is some written in c and others written in ck?

like image 387
zoonoo Avatar asked Oct 11 '25 21:10

zoonoo


1 Answers

In Pintos projects, .ck files show you the desired sequence of print outputs. .c files contain the test cases themselves

like image 129
Shubham Pandey Avatar answered Oct 15 '25 08:10

Shubham Pandey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!