I have read the klee tutorial at Klee tutorial. It's pretty simple and straight forward. However, when I check files that generated by the test at KLEE generated files, I have not found any file tell me whether the test pass or fail? There could be two ways to verify the test results.
KLEE is smart enough to know what's the expected return value of the 3 test cases
KLEE simply dump the return value somewhere in a file and the human developer need to check them by themselves.
Is that so?